Class Int64Imm
Defined in File value.h
Inheritance Relationships
Base Type
public mindspore::api::IntegerImm
(Class IntegerImm)
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.
- Parameters
value – [in] The given int64 value.
-
int64_t value() const
Get the int64 value of this Int64Imm.
- Returns
The int64 value of this Int64Imm.
-
explicit Int64Imm(int64_t value)