#include <tvm/ir/module.h>
#include <tvm/ir/transform.h>
#include <tvm/runtime/packed_func.h>
#include <tvm/runtime/registry.h>
#include <fstream>
#include <string>
Go to the source code of this file.
|
| tvm |
| runtime implementation for LibTorch/TorchScript.
|
|
| tvm::relay |
| Relay: a high level functional IR for TVM.
|
|
|
IRModule | tvm::relay::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 | tvm::relay::AnnotateSpans () |
| This pass pretty-prints mod then parses it back so as to establish spans and sources for all Relay sub-expressions. This improves error and debugging diagnostics downstream for modules constructed programaticaly rather than textually. More...
|
|