|
ONE - On-device Neural Engine
|
#include <Executor.h>

Public Member Functions | |
| Shape | shape () const |
Data Fields | |
| OperandType | type |
| std::vector< uint32_t > | dimensions |
| float | scale |
| int32_t | zeroPoint |
| uint8_t * | buffer |
| uint32_t | length |
| OperandLifeTime | lifetime |
| uint32_t | numberOfUsesLeft |
Definition at line 30 of file Executor.h.
|
inline |
Definition at line 61 of file Executor.h.
References dimensions, scale, type, Shape::type, and zeroPoint.
Referenced by RandomDataGenerator.RandomDataGenerator::_gen_float32(), RandomDataGenerator.RandomDataGenerator::_gen_int16(), and RandomDataGenerator.RandomDataGenerator::_gen_uint8().
| uint8_t* RunTimeOperandInfo::buffer |
Definition at line 48 of file Executor.h.
| std::vector<uint32_t> RunTimeOperandInfo::dimensions |
Definition at line 41 of file Executor.h.
Referenced by shape().
| uint32_t RunTimeOperandInfo::length |
Definition at line 50 of file Executor.h.
| OperandLifeTime RunTimeOperandInfo::lifetime |
Definition at line 53 of file Executor.h.
| uint32_t RunTimeOperandInfo::numberOfUsesLeft |
Definition at line 59 of file Executor.h.
| float RunTimeOperandInfo::scale |
Definition at line 42 of file Executor.h.
Referenced by shape().
| OperandType RunTimeOperandInfo::type |
Definition at line 33 of file Executor.h.
Referenced by shape().
| int32_t RunTimeOperandInfo::zeroPoint |
Definition at line 43 of file Executor.h.
Referenced by shape().