HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::TensorShape Member List

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

AsShapeVector() const onnxruntime::TensorShapeinline
CopyDims(int64_t *dims, size_t num_dims) const onnxruntime::TensorShapeinline
CopyDims(int64_t *dims, size_t start_dim, size_t num_dims) const onnxruntime::TensorShapeinline
FromExistingBuffer(const std::vector< int64_t > &data)onnxruntime::TensorShapeinlinestatic
GetDims() const onnxruntime::TensorShapeinline
IsScalar() const onnxruntime::TensorShapeinline
NumDimensions() const noexceptonnxruntime::TensorShapeinline
operator!=(const TensorShape &other) const noexceptonnxruntime::TensorShapeinline
operator=(const TensorShape &other)onnxruntime::TensorShape
operator=(const gsl::span< const int64_t > &dims)onnxruntime::TensorShapeinline
operator=(TensorShape &&other) noexceptonnxruntime::TensorShape
operator==(const TensorShape &other) const noexceptonnxruntime::TensorShapeinline
operator[](size_t idx) const onnxruntime::TensorShapeinline
operator[](size_t idx)onnxruntime::TensorShapeinline
ProviderHostImplonnxruntime::TensorShapefriend
Size() const onnxruntime::TensorShape
SizeFromDimension(size_t dimension) const onnxruntime::TensorShape
SizeHelper(size_t start, size_t end) const onnxruntime::TensorShape
SizeToDimension(size_t dimension) const onnxruntime::TensorShape
Slice(size_t dimstart, size_t dimend) const onnxruntime::TensorShape
Slice(size_t dimstart) const onnxruntime::TensorShapeinline
TensorShape()=defaultonnxruntime::TensorShape
TensorShape(const TensorShape &other)onnxruntime::TensorShapeinline
TensorShape(TensorShape &&other) noexceptonnxruntime::TensorShapeinline
TensorShape(gsl::span< const int64_t > dims)onnxruntime::TensorShape
TensorShape(const TensorShapeVector &dims)onnxruntime::TensorShapeinline
TensorShape(std::initializer_list< int64_t > dims)onnxruntime::TensorShapeinline
TensorShape(const int64_t *dimension_sizes, size_t dimension_count)onnxruntime::TensorShapeinline
TensorShape(const std::vector< int64_t > &dims, size_t start, size_t end)onnxruntime::TensorShapeinline
ToString() const onnxruntime::TensorShape