19 #ifndef TVM_META_SCHEDULE_TASK_SCHEDULER_H_
20 #define TVM_META_SCHEDULE_TASK_SCHEDULER_H_
38 namespace meta_schedule {
64 v->Visit(
"ctx", &
ctx);
66 v->Visit(
"flop", &
flop);
76 static constexpr
const char*
_type_key =
"meta_schedule.TaskRecord";
148 v->Visit(
"tasks_", &
tasks_);
181 int max_trials_global,
182 int max_trials_per_task,
183 int num_trials_per_iter,
202 static constexpr
const char*
_type_key =
"meta_schedule.TaskScheduler";
224 int max_trials_global,
225 int max_trials_per_task,
226 int num_trials_per_iter,
250 int max_trials_per_task,
int num_trials_per_iter,
Builder builder,
Runner runner,
254 static constexpr const
char*
_type_key = "meta_schedule.PyTaskScheduler";
Runtime Array container types.
Visitor class to get the attributes of an AST/IR node. The content is going to be called for each fie...
Definition: reflection.h:52
Managed reference class to FloatImmNode.
Definition: expr.h:577
Managed reference to TuneContextNode.
Definition: tune_context.h:95
Array, container representing a contiguous sequence of ObjectRefs.
Definition: array.h:289
Base class of all object reference.
Definition: object.h:519
base class of all object containers.
Definition: object.h:171
Optional container that to represent to a Nullable variant of T.
Definition: optional.h:51
Packed function is a type-erased function. The arguments are passed by packed format.
Definition: packed_func.h:141
int64_t TRandState
Definition: random_engine.h:46
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
constexpr runtime::NullOptType NullOpt
Definition: optional.h:169
A managed object in the TVM runtime.
Runtime Optional container types.
Type-erased function used across TVM API.
Random number generator. It provides a generic interface consistent with std::uniform_random_bit_gene...
Reflection and serialization of compiler IR/AST nodes.