tvm
Classes | Namespaces
ndarray_cache_support.h File Reference
#include <tvm/runtime/ndarray.h>
#include <tvm/runtime/registry.h>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for ndarray_cache_support.h:

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