24 #ifndef TVM_NODE_SERIALIZATION_H_
25 #define TVM_NODE_SERIALIZATION_H_
48 TVM_DLL ffi::Any
LoadJSON(std::string json_str);
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:37
ffi::Any LoadJSON(std::string json_str)
Internal implementation of LoadJSON Load tvm Node object from json and return a shared_ptr of Node.
std::string 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 ob...
A managed object in the TVM runtime.