20 #ifndef TVM_PARSER_PARSER_H_ 21 #define TVM_PARSER_PARSER_H_ 45 #endif // TVM_PARSER_PARSER_H_ IRModule that holds the functions and type definitions.
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:36
Map< String, Array< ObjectRef > > MetaTable
Definition: parser.h:36
IRModule ParseModule(const std::string &file_name, const std::string &file_content, const Optional< IRModule > &init_module=Optional< IRModule >(), const MetaTable &init_meta_table=MetaTable())
Managed reference class to IRModuleNode.
Definition: module.h:352
Map container of NodeRef->NodeRef in DSL graph. Map implements copy on write semantics, which means map is mutable but copy will happen when array is referenced in more than two places.
Definition: map.h:1235
Optional container that to represent to a Nullable variant of T.
Definition: optional.h:51
Type-erased function used across TVM API.
This file defines the TVM global function registry.