tvm
Namespaces | Typedefs | Functions
parser.h File Reference

A parser for TVM IR. More...

#include <tvm/ir/module.h>
#include <tvm/runtime/packed_func.h>
#include <tvm/runtime/registry.h>
#include <fstream>
#include <string>
Include dependency graph for parser.h:

Go to the source code of this file.

Namespaces

 tvm
 Performance counters for profiling via the PAPI library.
 
 tvm::parser
 

Typedefs

using tvm::parser::MetaTable = Map< String, Array< ObjectRef > >
 

Functions

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

Detailed Description

A parser for TVM IR.