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>
40 namespace meta_schedule {
58 refl::ObjectDef<ExtractedTaskNode>()
78 ffi::Array<IRModule> dispatched,
int weight);
Managed reference class to IRModuleNode.
Definition: module.h:257
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.
Definition: repr_printer.h:91
PrimFuncFrame PrimFunc(bool is_private)
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
A managed object in the TVM runtime.
Compilation target object.