19 #ifndef TVM_S_TIR_META_SCHEDULE_EXTRACTED_TASK_H_
20 #define TVM_S_TIR_META_SCHEDULE_EXTRACTED_TASK_H_
22 #include <tvm/ffi/container/array.h>
23 #include <tvm/ffi/reflection/registry.h>
24 #include <tvm/ffi/string.h>
39 namespace meta_schedule {
56 namespace refl = tvm::ffi::reflection;
57 refl::ObjectDef<ExtractedTaskNode>()
77 ffi::Array<IRModule> dispatched,
int weight);
Managed reference class to IRModuleNode.
Definition: module.h:258
Managed reference class to TargetNode.
Definition: target.h:135
Tensor structure representing a possible input, or intermediate computation result.
Definition: tensor.h:100
IRModule that holds the functions and type definitions.
PrimFuncFrame PrimFunc(bool is_private, bool s_tir=false, bool persistent=false)
The primitive function statement.
tvm::PrimExpr mod(const tvm::PrimExpr &a, const tvm::PrimExpr &b)
Definition: broadcast.h:308
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition: analyzer.h:37
Compilation target object.