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