19 #ifndef TVM_META_SCHEDULE_SEARCH_STRATEGY_H_ 20 #define TVM_META_SCHEDULE_SEARCH_STRATEGY_H_ 35 namespace meta_schedule {
122 static constexpr
const char*
_type_key =
"meta_schedule.SearchStrategy";
181 static constexpr
const char*
_type_key =
"meta_schedule.PySearchStrategy";
213 TVM_DLL
static SearchStrategy ReplayTrace(
int num_trials_per_iter,
int max_trials_per_task,
221 TVM_DLL
static SearchStrategy ReplayFunc(
int num_trials_per_iter,
int max_trials_per_task);
235 TVM_DLL
static SearchStrategy EvolutionarySearch(
int num_trials_per_iter,
236 int max_trials_per_task,
238 double init_measured_ratio,
239 int init_min_unmeasured,
240 int genetic_num_iters,
241 double genetic_mutate_prob,
242 int genetic_max_fail_count,
251 #endif // TVM_META_SCHEDULE_SEARCH_STRATEGY_H_
Runtime Optional container types.
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
base class of all object containers.
Definition: object.h:167
#define TVM_DEFINE_MUTABLE_OBJECT_REF_METHODS(TypeName, ParentType, ObjectName)
Definition: object.h:744
Managed reference to TuneContextNode.
Definition: tune_context.h:129
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
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.