Class Int32Imm
Defined in File value.h
Inheritance Relationships
Base Type
public mindspore::api::IntegerImm
(Class IntegerImm)
Class Documentation
-
class Int32Imm : public mindspore::api::IntegerImm
Int32Imm defines interface for int32 data.
Public Functions
-
explicit Int32Imm(int32_t value)
Create Int32Imm with the given int32 value.
- Parameters
value – [in] The given int32 value.
-
int32_t value() const
Get the int32 value of this Int32Imm.
- Returns
The int32 value of this Int32Imm.
-
explicit Int32Imm(int32_t value)