tvm
|
#include <tvm/runtime/ndarray.h>
#include <tvm/runtime/registry.h>
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | tvm::runtime::relax_vm::NDArrayCacheMetadata |
Metadata for NDArray cache, which by default, is named as "ndarray-cache.json". More... | |
struct | tvm::runtime::relax_vm::NDArrayCacheMetadata::FileRecord |
Each shard of NDArray cache, which by default, is named as "params_shard_x.bin". More... | |
struct | tvm::runtime::relax_vm::NDArrayCacheMetadata::FileRecord::ParamRecord |
Metadata of each parameter. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::runtime | |
tvm::runtime::relax_vm | |