24 #ifndef TVM_TIR_TRANSFORM_H_
25 #define TVM_TIR_TRANSFORM_H_
59 int opt_level, ffi::String name,
60 tvm::ffi::Array<ffi::String> required,
bool traceable =
false);
220 static constexpr
const char* kDisableLowerTVMBuiltin =
"disable_lower_builtin";
Managed reference class to IRModuleNode.
Definition: module.h:257
Managed reference class to TargetNode.
Definition: target.h:135
Managed reference to PrimFuncNode.
Definition: function.h:130
PassContextNode contains the information that a pass can rely on, such as analysis results.
Definition: transform.h:79
PassContext that is used to configure the pass behavior.
Definition: transform.h:153
PrimFuncFrame PrimFunc(bool is_private)
The primitive function statement.
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition: analyzer.h:37
Compilation target object.