19 #ifndef TVM_META_SCHEDULE_TASK_SCHEDULER_H_ 20 #define TVM_META_SCHEDULE_TASK_SCHEDULER_H_ 36 namespace meta_schedule {
99 v->Visit(
"tasks", &tasks);
101 v->Visit(
"runner", &
runner);
102 v->Visit(
"database", &database);
103 v->Visit(
"cost_model", &cost_model);
104 v->Visit(
"measure_callbacks", &measure_callbacks);
105 v->Visit(
"max_trials", &max_trials);
106 v->Visit(
"num_trials_already", &num_trials_already);
137 static constexpr
const char*
_type_key =
"meta_schedule.TaskScheduler";
196 static constexpr
const char*
_type_key =
"meta_schedule.PyTaskScheduler";
291 #endif // TVM_META_SCHEDULE_TASK_SCHEDULER_H_
Runtime Optional container types.
#define TVM_DEFINE_MUTABLE_NOTNULLABLE_OBJECT_REF_METHODS(TypeName, ParentType, ObjectName)
Definition: object.h:758
Random number generator. It provides a generic interface consistent with std::uniform_random_bit_gene...
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
base class of all object containers.
Definition: object.h:167
int64_t TRandState
Definition: random_engine.h:54
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
Array, container representing a contiguous sequence of ObjectRefs.
Definition: array.h:270
Base class of all object reference.
Definition: object.h:511
A managed object in the TVM runtime.
#define TVM_DECLARE_FINAL_OBJECT_INFO(TypeName, ParentType)
helper macro to declare type information in a final class.
Definition: object.h:671
Packed function is a type-erased function. The arguments are passed by packed format.
Definition: packed_func.h:138
Optional container that to represent to a Nullable variant of T.
Definition: optional.h:51
Reflection and serialization of compiler IR/AST nodes.
Type-erased function used across TVM API.