tvm
|
Go to the source code of this file.
Namespaces | |
tvm | |
Performance counters for profiling via the PAPI library. | |
Functions | |
std::string | tvm::SaveJSON (ffi::Any node) |
save the node as well as all the node it depends on as json. This can be used to serialize any TVM object More... | |
ffi::Any | tvm::LoadJSON (std::string json_str) |
Internal implementation of LoadJSON Load tvm Node object from json and return a shared_ptr of Node. More... | |
Utility functions for serialization.