ONE - On-device Neural Engine
Loading...
Searching...
No Matches
ann::OperandID Class Reference

#include <OperandID.h>

Public Member Functions

 OperandID ()
 
 OperandID (uint32_t value)
 
uint32_t value (void) const
 

Detailed Description

Definition at line 25 of file OperandID.h.

Constructor & Destructor Documentation

◆ OperandID() [1/2]

ann::OperandID::OperandID ( )
inline

Definition at line 28 of file OperandID.h.

28 : _value{0}
29 {
30 // DO NOTHING
31 }

◆ OperandID() [2/2]

ann::OperandID::OperandID ( uint32_t  value)
inlineexplicit

Definition at line 34 of file OperandID.h.

34 : _value{value}
35 {
36 // DO NOTHING
37 }
uint32_t value(void) const
Definition OperandID.h:40

Member Function Documentation

◆ value()

uint32_t ann::OperandID::value ( void  ) const
inline

Definition at line 40 of file OperandID.h.

40{ return _value; }

The documentation for this class was generated from the following file: