Class UInt8Imm

Inheritance Relationships

Base Type

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.