tvm
Classes | Namespaces
tensor_cache_support.h File Reference
#include <tvm/ffi/container/array.h>
#include <tvm/ffi/function.h>
#include <tvm/runtime/tensor.h>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for tensor_cache_support.h:

Go to the source code of this file.

Classes

struct  tvm::runtime::vm::TensorCacheMetadata
 Metadata for Tensor cache, which by default, is named as "tensor-cache.json". More...
 
struct  tvm::runtime::vm::TensorCacheMetadata::FileRecord
 Each shard of Tensor cache, which by default, is named as "params_shard_x.bin". More...
 
struct  tvm::runtime::vm::TensorCacheMetadata::FileRecord::ParamRecord
 Metadata of each parameter. More...
 

Namespaces

 tvm
 Performance counters for profiling via the PAPI library.
 
 tvm::runtime
 
 tvm::runtime::vm