tvm
|
#include <tvm/ir/expr.h>
#include <tvm/ir/function.h>
#include <tvm/node/node.h>
#include <tvm/script/ir_builder/ir/frame.h>
#include <vector>
Go to the source code of this file.
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::script | |
tvm::script::ir_builder | |
tvm::script::ir_builder::ir | |
Functions | |
IRModuleFrame | tvm::script::ir_builder::ir::IRModule () |
The IRModule declaration statement. More... | |
GlobalVar | tvm::script::ir_builder::ir::DeclFunction (const String &func_name, const BaseFunc &func_signature) |
Declare a Function without given the specific function implementation. More... | |
void | tvm::script::ir_builder::ir::DefFunction (const String &func_name, const BaseFunc &func) |
Define the function which is declared before. More... | |