19 #ifndef TVM_META_SCHEDULE_SEARCH_STRATEGY_H_
20 #define TVM_META_SCHEDULE_SEARCH_STRATEGY_H_
35 namespace meta_schedule {
100 virtual void PreTuning(
int max_trials,
int num_trials_per_iter,
132 static constexpr
const char*
_type_key =
"meta_schedule.SearchStrategy";
210 double init_measured_ratio,
211 int init_min_unmeasured,
213 int genetic_num_iters,
214 double genetic_mutate_prob,
215 int genetic_max_fail_count,
262 static constexpr const
char*
_type_key = "meta_schedule.PySearchStrategy";
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 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:517
base class of all object containers.
Definition: object.h:169
Optional container that to represent to a Nullable variant of T.
Definition: optional.h:51
Please refer to TypedPackedFunc<R(Args..)>.
Definition: packed_func.h:61
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
A managed object in the TVM runtime.
Runtime Optional container types.
Type-erased function used across TVM API.
Reflection and serialization of compiler IR/AST nodes.