24.08
|
This is the complete list of members for TensorShape, including all inherited members.
AreAllDimensionsSpecified() const | TensorShape | |
GetDimensionality() const | TensorShape | inline |
GetDimensionSpecificity(unsigned int i) const | TensorShape | |
GetNumDimensions() const | TensorShape | |
GetNumElements() const | TensorShape | |
IsAtLeastOneDimensionSpecified() const | TensorShape | |
operator!=(const TensorShape &other) const | TensorShape | |
operator=(const TensorShape &other) | TensorShape | |
operator==(const TensorShape &other) const | TensorShape | |
operator[](unsigned int i) const | TensorShape | |
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) | TensorShape | explicit |
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) | TensorShape | explicit |