|
25.02
|
This is the complete list of members for TensorInfo, including all inherited members.
| DifferenceType typedef | TensorInfo | |
| GetDataType() const | TensorInfo | inline |
| GetNumBytes() const | TensorInfo | |
| GetNumDimensions() const | TensorInfo | inline |
| GetNumElements() const | TensorInfo | inline |
| GetQuantizationDim() const | TensorInfo | |
| GetQuantizationOffset() const | TensorInfo | |
| GetQuantizationScale() const | TensorInfo | |
| GetQuantizationScales() const | TensorInfo | |
| GetShape() const | TensorInfo | inline |
| GetShape() | TensorInfo | inline |
| HasMultipleQuantizationScales() const | TensorInfo | inline |
| HasPerAxisQuantization() const | TensorInfo | |
| IsConstant() const | TensorInfo | |
| IsQuantized() const | TensorInfo | |
| IsTypeSpaceMatch(const TensorInfo &other) const | TensorInfo | |
| operator!=(const TensorInfo &other) const | TensorInfo | |
| operator=(const TensorInfo &other) | TensorInfo | |
| operator==(const TensorInfo &other) const | TensorInfo | |
| SetConstant(const bool IsConstant=true) | TensorInfo | |
| SetDataType(DataType type) | TensorInfo | inline |
| 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) | TensorInfo | inline |
| 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 |