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);
186 static constexpr
const char* kDisableLowerTVMBuiltin =
"disable_lower_builtin";
Managed reference class to IRModuleNode.
Definition: module.h:255
Managed reference class to TargetNode.
Definition: target.h:134
Managed reference to PrimFuncNode.
Definition: function.h:154
PassContextNode contains the information that a pass can rely on, such as analysis results.
Definition: transform.h:80
PassContext that is used to configure the pass behavior.
Definition: transform.h:151
PrimFuncFrame PrimFunc(bool is_private, bool s_tir=false, bool persistent=false)
The primitive function statement.
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition: analyzer.h:40
Compilation target object.