20 #ifndef TVM_META_SCHEDULE_MUTATOR_H_ 21 #define TVM_META_SCHEDULE_MUTATOR_H_ 32 namespace meta_schedule {
67 static constexpr
const char*
_type_key =
"meta_schedule.Mutator";
100 TVM_DLL
static Mutator MutateTileSize();
106 TVM_DLL
static Mutator MutateParallel(int64_t max_jobs_per_core);
111 TVM_DLL
static Mutator MutateUnroll();
116 TVM_DLL
static Mutator MutateComputeLocation();
121 TVM_DLL
static Mutator MutateThreadBinding();
174 static constexpr
const char*
_type_key =
"meta_schedule.PyMutator";
181 #endif // TVM_META_SCHEDULE_MUTATOR_H_
Runtime Optional container types.
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
#define TVM_DEFINE_MUTABLE_OBJECT_REF_METHODS(TypeName, ParentType, ObjectName)
Definition: object.h:744
Managed reference to TuneContextNode.
Definition: tune_context.h:95
int64_t TRandState
Definition: random_engine.h:46
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
Please refer to TypedPackedFunc<R(Args..)>.
Definition: packed_func.h:60
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
Map container of NodeRef->NodeRef in DSL graph. Map implements copy on write semantics, which means map is mutable but copy will happen when array is referenced in more than two places.
Definition: map.h:1271
Managed reference to TraceNode.
Definition: trace.h:141
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.