tvm
|
Abstract device memory management API. More...
#include <tvm/runtime/c_runtime_api.h>
#include <tvm/runtime/ndarray.h>
#include <tvm/runtime/object.h>
#include <functional>
#include <memory>
#include <mutex>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | tvm::runtime::vm::Buffer |
class | tvm::runtime::vm::Allocator |
class | tvm::runtime::vm::MemoryManager |
class | tvm::runtime::vm::StorageObj |
An object representing a storage allocation. More... | |
class | tvm::runtime::vm::Storage |
reference to storage. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::runtime | |
tvm::runtime::vm | |
Enumerations | |
enum | tvm::runtime::vm::AllocatorType { tvm::runtime::vm::kNaive = 1, tvm::runtime::vm::kPooled } |
Abstract device memory management API.