HDK
|
This is the complete list of members for onnxruntime::Tensor, including all inherited members.
ByteOffset() const | onnxruntime::Tensor | inline |
CalculateTensorStorageSize(MLDataType elt_type, const TensorShape &shape) | onnxruntime::Tensor | static |
Data() const | onnxruntime::Tensor | inline |
DataAsSpan() const | onnxruntime::Tensor | inline |
DataRaw(MLDataType type) const | onnxruntime::Tensor | inline |
DataRaw() const noexcept | onnxruntime::Tensor | inline |
DataType() const | onnxruntime::Tensor | inline |
GetElementType() const | onnxruntime::Tensor | inline |
InitOrtValue(MLDataType elt_type, const TensorShape &shape, void *p_data, const OrtMemoryInfo &location, OrtValue &ort_value, ptrdiff_t offset=0, gsl::span< const int64_t > strides={}) | onnxruntime::Tensor | static |
InitOrtValue(MLDataType elt_type, const TensorShape &shape, void *p_data, std::shared_ptr< IAllocator > allocator, OrtValue &ort_value, ptrdiff_t offset=0, gsl::span< const int64_t > strides={}) | onnxruntime::Tensor | static |
InitOrtValue(MLDataType elt_type, const TensorShape &shape, std::shared_ptr< IAllocator > allocator, OrtValue &ort_value) | onnxruntime::Tensor | static |
InitOrtValue(Tensor &&tensor, OrtValue &ort_value) | onnxruntime::Tensor | static |
IsDataType() const | onnxruntime::Tensor | inline |
IsDataTypeString() const | onnxruntime::Tensor | inline |
Location() const | onnxruntime::Tensor | inline |
MutableData() | onnxruntime::Tensor | inline |
MutableDataAsSpan() | onnxruntime::Tensor | inline |
MutableDataRaw(MLDataType type) | onnxruntime::Tensor | inline |
MutableDataRaw() noexcept | onnxruntime::Tensor | inline |
operator=(Tensor &&other) noexcept | onnxruntime::Tensor | |
ORT_DISALLOW_COPY_AND_ASSIGNMENT(Tensor) | onnxruntime::Tensor | |
OwnsBuffer() const noexcept | onnxruntime::Tensor | inline |
Reshape(const TensorShape &new_shape) | onnxruntime::Tensor | inline |
SetByteOffset(ptrdiff_t byte_offset) | onnxruntime::Tensor | inline |
Shape() const noexcept | onnxruntime::Tensor | inline |
SizeInBytes() const | onnxruntime::Tensor | |
Tensor()=default | onnxruntime::Tensor | |
Tensor(MLDataType elt_type, const TensorShape &shape, void *p_data, const OrtMemoryInfo &location, ptrdiff_t offset=0, gsl::span< const int64_t > strides={}) | onnxruntime::Tensor | |
Tensor(MLDataType elt_type, const TensorShape &shape, void *p_data, std::shared_ptr< IAllocator > deleter, ptrdiff_t offset=0, gsl::span< const int64_t > strides={}) | onnxruntime::Tensor | |
Tensor(MLDataType elt_type, const TensorShape &shape, std::shared_ptr< IAllocator > allocator) | onnxruntime::Tensor | |
Tensor(Tensor &&other) noexcept | onnxruntime::Tensor | |
~Tensor() | onnxruntime::Tensor |