ArmNN
 23.08
TensorInfo Member List

This is the complete list of members for TensorInfo, including all inherited members.

GetDataType() constTensorInfoinline
GetNumBytes() constTensorInfo
GetNumDimensions() constTensorInfoinline
GetNumElements() constTensorInfoinline
GetQuantizationDim() constTensorInfo
GetQuantizationOffset() constTensorInfo
GetQuantizationScale() constTensorInfo
GetQuantizationScales() constTensorInfo
GetShape() constTensorInfoinline
GetShape()TensorInfoinline
HasMultipleQuantizationScales() constTensorInfoinline
HasPerAxisQuantization() constTensorInfo
IsConstant() constTensorInfo
IsQuantized() constTensorInfo
IsTypeSpaceMatch(const TensorInfo &other) constTensorInfo
operator!=(const TensorInfo &other) constTensorInfo
operator=(const TensorInfo &other)TensorInfo
operator==(const TensorInfo &other) constTensorInfo
SetConstant(const bool IsConstant=true)TensorInfo
SetDataType(DataType type)TensorInfoinline
SetQuantizationDim(const Optional< unsigned int > &quantizationDim)TensorInfo
SetQuantizationOffset(int32_t offset)TensorInfo
SetQuantizationScale(float scale)TensorInfo
SetQuantizationScales(const std::vector< float > &scales)TensorInfo
SetShape(const TensorShape &newShape)TensorInfoinline
TensorInfo()TensorInfo
TensorInfo(const TensorShape &shape, DataType dataType, float quantizationScale=1.0f, int32_t quantizationOffset=0, bool isConstant=false)TensorInfo
TensorInfo(unsigned int numDimensions, const unsigned int *dimensionSizes, DataType dataType, float quantizationScale=1.0f, int32_t quantizationOffset=0, bool isConstant=false)TensorInfo
TensorInfo(const TensorShape &shape, DataType dataType, const std::vector< float > &quantizationScales, unsigned int quantizationDim, bool isConstant=false)TensorInfo
TensorInfo(unsigned int numDimensions, const unsigned int *dimensionSizes, DataType dataType, const std::vector< float > &quantizationScales, unsigned int quantizationDim, bool isConstant=false)TensorInfo
TensorInfo(const TensorInfo &other)TensorInfo