Class UInt8Imm
Defined in File value.h
Inheritance Relationships
Base Type
public mindspore::api::IntegerImm
(Class IntegerImm)
Class Documentation
-
class UInt8Imm : public mindspore::api::IntegerImm
UInt8Imm defines interface for uint8 data.
Public Functions
-
explicit UInt8Imm(uint8_t value)
Create UInt8Imm with the given uint8 value.
- Parameters
value – [in] The given uint8 value.
-
uint8_t value() const
Get the uint8 value of this UInt8Imm.
- Returns
The uint8 value of this UInt8Imm.
-
explicit UInt8Imm(uint8_t value)