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);
295 static constexpr
const char* kDisableLowerTVMBuiltin =
"disable_lower_builtin";
Managed reference class to IRModuleNode.
Definition: module.h:256
Managed reference class to TargetNode.
Definition: target.h:192
Managed reference to PrimFuncNode.
Definition: function.h:129
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.
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:37
Compilation target object.