tvm
|
This is the complete list of members for tvm::runtime::Tensor, including all inherited members.
Container typedef | tvm::runtime::Tensor | |
CopyFrom(const DLTensor *other) | tvm::runtime::Tensor | inline |
CopyFrom(const Tensor &other) | tvm::runtime::Tensor | inline |
CopyFromBytes(const void *data, size_t nbytes) | tvm::runtime::Tensor | |
CopyFromTo(const DLTensor *from, DLTensor *to, TVMStreamHandle stream=nullptr) | tvm::runtime::Tensor | static |
CopyTo(DLTensor *other) const | tvm::runtime::Tensor | inline |
CopyTo(const Tensor &other) const | tvm::runtime::Tensor | inline |
CopyTo(const Device &dev, ffi::Optional< ffi::String > mem_scope=std::nullopt) const | tvm::runtime::Tensor | |
CopyToBytes(void *data, size_t nbytes) const | tvm::runtime::Tensor | |
CopyToBytes(const DLTensor *from, void *to, size_t nbytes, TVMStreamHandle stream=nullptr) | tvm::runtime::Tensor | static |
CreateView(ffi::Shape shape, DLDataType dtype, uint64_t relative_byte_offset=0) const | tvm::runtime::Tensor | |
DataType() const | tvm::runtime::Tensor | inline |
Empty(ffi::Shape shape, DLDataType dtype, Device dev, ffi::Optional< ffi::String > mem_scope=std::nullopt) | tvm::runtime::Tensor | static |
FromDLPack(DLManagedTensor *tensor) | tvm::runtime::Tensor | inlinestatic |
FromDLPackVersioned(DLManagedTensorVersioned *tensor) | tvm::runtime::Tensor | inlinestatic |
Load(dmlc::Stream *stream) | tvm::runtime::Tensor | inline |
Save(dmlc::Stream *stream) const | tvm::runtime::Tensor | inline |
Shape() const | tvm::runtime::Tensor | inline |
Tensor()=default | tvm::runtime::Tensor | |
Tensor(ObjectPtr< ffi::TensorObj > data) | tvm::runtime::Tensor | inlineexplicit |
Tensor(ffi::UnsafeInit tag) | tvm::runtime::Tensor | inlineexplicit |
Tensor(ffi::Tensor &&other) | tvm::runtime::Tensor | inline |
Tensor(const ffi::Tensor &other) | tvm::runtime::Tensor | inline |