tvm
Classes | Typedefs | Functions
tvm::parser Namespace Reference

Classes

class  Source
 
class  SourceMap
 
class  SourceMapNode
 Stores locations in frontend source that generated a node. More...
 
class  SourceNode
 

Typedefs

using MetaTable = Map< String, Array< ObjectRef > >
 

Functions

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())
 

Typedef Documentation

◆ MetaTable

Function Documentation

◆ ParseModule()

IRModule tvm::parser::ParseModule ( const std::string &  file_name,
const std::string &  file_content,
const Optional< IRModule > &  init_module = OptionalIRModule >(),
const MetaTable init_meta_table = MetaTable() 
)