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