Class Int32Imm

Inheritance Relationships

Base Type

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.

参数

value[in] The given int32 value.

int32_t value() const

Get the int32 value of this Int32Imm.

返回

The int32 value of this Int32Imm.