tvm
|
#include <tvm/ffi/container/array.h>
#include <tvm/ffi/function.h>
#include <tvm/runtime/ndarray.h>
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | tvm::runtime::vm::NDArrayCacheMetadata |
Metadata for NDArray cache, which by default, is named as "ndarray-cache.json". More... | |
struct | tvm::runtime::vm::NDArrayCacheMetadata::FileRecord |
Each shard of NDArray cache, which by default, is named as "params_shard_x.bin". More... | |
struct | tvm::runtime::vm::NDArrayCacheMetadata::FileRecord::ParamRecord |
Metadata of each parameter. More... | |
Namespaces | |
tvm | |
Performance counters for profiling via the PAPI library. | |
tvm::runtime | |
tvm::runtime::vm | |