Class Int64Imm

Inheritance Relationships

Base Type

Class Documentation

class Int64Imm : public mindspore::api::IntegerImm

Int64Imm defines interface for int64 data.

Public Functions

explicit Int64Imm(int64_t value)

Create Int64Imm with the given int64 value.

参数

value[in] The given int64 value.

int64_t value() const

Get the int64 value of this Int64Imm.

返回

The int64 value of this Int64Imm.