Caffe2 - C++ API
A deep learning, cross platform ML framework
Data Fields
ANeuralNetworksOperandType Struct Reference

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
 

Detailed Description

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.


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