|
tvm
|
A utility to replace GlobalVar instances across all TVM IR types in an IRMdoule. More...
#include <tvm/ir/module.h>Go to the source code of this file.
Classes | |
| struct | tvm::transform::GlobalVarReplacer |
Namespaces | |
| tvm | |
| An object that builds and maintains block scope and StmtSref mapping for Dependence analysis. | |
| tvm::transform | |
Functions | |
| IRModule | tvm::transform::ReplaceGlobalVars (IRModule mod, ffi::Map< GlobalVar, GlobalVar > replacements) |
| Replace GlobalVar instances across any IR type. More... | |
A utility to replace GlobalVar instances across all TVM IR types in an IRMdoule.