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

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

ByteOffset() const onnxruntime::Tensorinline
CalculateTensorStorageSize(MLDataType p_type, const TensorShape &shape, gsl::span< const int64_t > strides={})onnxruntime::Tensorstatic
Data() const onnxruntime::Tensorinline
DataAsSpan() const onnxruntime::Tensorinline
DataRaw(MLDataType type) const onnxruntime::Tensorinline
DataRaw() const noexceptonnxruntime::Tensorinline
DataType() const onnxruntime::Tensorinline
GetElementType() const onnxruntime::Tensorinline
InitOrtValue(MLDataType p_type, const TensorShape &shape, void *p_data, const OrtMemoryInfo &location, OrtValue &ort_value, ptrdiff_t offset=0, gsl::span< const int64_t > strides={})onnxruntime::Tensorstatic
InitOrtValue(MLDataType p_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::Tensorstatic
InitOrtValue(MLDataType elt_type, const TensorShape &shape, std::shared_ptr< IAllocator > allocator, OrtValue &ort_value, gsl::span< const int64_t > strides={})onnxruntime::Tensorstatic
InitOrtValue(Tensor &&tensor, OrtValue &ort_value)onnxruntime::Tensorstatic
IsDataType() const onnxruntime::Tensorinline
IsDataTypeString() const onnxruntime::Tensorinline
Location() const onnxruntime::Tensorinline
MutableData()onnxruntime::Tensorinline
MutableDataAsSpan()onnxruntime::Tensorinline
MutableDataRaw(MLDataType type)onnxruntime::Tensorinline
MutableDataRaw() noexceptonnxruntime::Tensorinline
operator=(Tensor &&other) noexceptonnxruntime::Tensor
ORT_DISALLOW_COPY_AND_ASSIGNMENT(Tensor)onnxruntime::Tensor
OwnsBuffer() const noexceptonnxruntime::Tensorinline
Reshape(const TensorShape &new_shape)onnxruntime::Tensorinline
SetByteOffset(ptrdiff_t byte_offset)onnxruntime::Tensorinline
Shape() const noexceptonnxruntime::Tensorinline
SizeInBytes() const onnxruntime::Tensor
Tensor()=defaultonnxruntime::Tensor
Tensor(MLDataType p_type, const TensorShape &shape, void *p_data, const OrtMemoryInfo &alloc, ptrdiff_t offset=0, gsl::span< const int64_t > strides={})onnxruntime::Tensor
Tensor(MLDataType p_type, const TensorShape &shape, std::shared_ptr< IAllocator > allocator, gsl::span< const int64_t > strides={})onnxruntime::Tensor
Tensor(MLDataType p_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(Tensor &&other) noexceptonnxruntime::Tensor
~Tensor()onnxruntime::Tensor