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

Data Fields | |
| int32_t | type |
| uint32_t | dimensionCount |
| const uint32_t * | dimensions |
| float | scale |
| int32_t | zeroPoint |
ANeuralNetworksOperandType describes the type of an operand. This structure is used to describe both scalars and tensors.
Definition at line 1521 of file NeuralNetworks.h.