19 #ifndef TVM_RELAY_PARSER_H_
20 #define TVM_RELAY_PARSER_H_
Managed reference class to IRModuleNode.
Definition: module.h:366
Map container of NodeRef->NodeRef in DSL graph. Map implements copy on write semantics,...
Definition: map.h:1271
Optional container that to represent to a Nullable variant of T.
Definition: optional.h:51
IRModule that holds the functions and type definitions.
Map< String, Array< ObjectRef > > MetaTable
Definition: parser.h:33
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())
tvm::transform::Pass AnnotateSpans()
This pass pretty-prints mod then parses it back so as to establish spans and sources for all Relay su...
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
Type-erased function used across TVM API.
This file defines the TVM global function registry.