Class Int16Imm

Inheritance Relationships

Base Type

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.

参数

value[in] The given int16 value.

int16_t value() const

Get the int16 value of this Int16Imm.

返回

The int16 value of this Int16Imm.