ArmNN
 21.11
TensorShape Member List

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

AreAllDimensionsSpecified() constTensorShape
GetDimensionality() constTensorShapeinline
GetDimensionSpecificity(unsigned int i) constTensorShape
GetNumDimensions() constTensorShape
GetNumElements() constTensorShape
IsAtLeastOneDimensionSpecified() constTensorShape
operator!=(const TensorShape &other) constTensorShape
operator=(const TensorShape &other)TensorShape
operator==(const TensorShape &other) constTensorShape
operator[](unsigned int i) constTensorShape
operator[](unsigned int i)TensorShape
SetDimensionSize(unsigned int i, unsigned int dimensionSize)TensorShape
SetNumDimensions(unsigned int numDimensions, bool initDimensionsSpecificity=false)TensorShape
TensorShape()TensorShape
TensorShape(unsigned int numDimensions, bool initDimensionsSpecificity=true)TensorShapeexplicit
TensorShape(unsigned int numDimensions, const unsigned int *dimensionSizes)TensorShape
TensorShape(std::initializer_list< unsigned int > dimensionSizeList)TensorShape
TensorShape(const TensorShape &other)TensorShape
TensorShape(unsigned int numDimensions, const unsigned int *dimensionSizes, const bool *dimensionsSpecificity)TensorShape
TensorShape(std::initializer_list< unsigned int > dimensionSizeList, std::initializer_list< bool > dimensionsSpecificityList)TensorShape
TensorShape(Dimensionality dimensionality)TensorShapeexplicit