19 #ifndef TVM_META_SCHEDULE_EXTRACTED_TASK_H_
20 #define TVM_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 {
57 refl::ObjectDef<ExtractedTaskNode>()
65 static constexpr
const char*
_type_key =
"meta_schedule.ExtractedTask";
Managed reference class to IRModuleNode.
Definition: module.h:257
Managed reference class to TargetNode.
Definition: target.h:191
Tensor structure representing a possible input, or intermediate computation result.
Definition: tensor.h:100
Managed reference to PrimFuncNode.
Definition: function.h:131
IRModule that holds the functions and type definitions.
Definition: repr_printer.h:91
tvm::PrimExpr mod(const tvm::PrimExpr &a, const tvm::PrimExpr &b)
Definition: broadcast.h:306
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:37
A managed object in the TVM runtime.
Compilation target object.