Class Int8Imm

Inheritance Relationships

Base Type

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.

参数

value[in] The given int8 value.

int8_t value() const

Get the int8 value of this Int8Imm.

返回

The int8 value of this Int8Imm.