24 #ifndef TVM_TIR_TRANSFORM_H_
25 #define TVM_TIR_TRANSFORM_H_
59 int opt_level, String name, tvm::Array<String> required,
60 bool traceable =
false);
295 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:191
Managed reference to PrimFuncNode.
Definition: function.h:131
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:156
PrimFuncFrame PrimFunc(bool is_private)
The primitive function statement.
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:37
Compilation target object.