ANeuralNetworksOperandType describes the type of an operand. More...
#include <NeuralNetworks.h>
Data Fields | |
int32_t | type |
The data type, e.g ANEURALNETWORKS_INT8. More... | |
uint32_t | dimensionCount |
The number of dimensions. More... | |
const uint32_t * | dimensions |
The dimensions of the tensor. More... | |
float | scale |
These two fields are only used for quantized tensors. More... | |
int32_t | zeroPoint |
ANeuralNetworksOperandType describes the type of an operand.
This structure is used to describe both scalars and tensors.
Definition at line 1375 of file NeuralNetworks.h.