20 #ifndef TVM_S_TIR_META_SCHEDULE_MUTATOR_H_
21 #define TVM_S_TIR_META_SCHEDULE_MUTATOR_H_
23 #include <tvm/ffi/function.h>
24 #include <tvm/ffi/optional.h>
25 #include <tvm/ffi/reflection/registry.h>
33 namespace meta_schedule {
46 refl::ObjectDef<MutatorNode>();
62 virtual ffi::Optional<s_tir::Trace>
Apply(
79 class Mutator :
public runtime::ObjectRef {
91 using FApply = ffi::TypedFunction<ffi::Optional<s_tir::Trace>(
Managed reference to TraceNode.
Definition: trace.h:144
Managed reference to TuneContextNode.
Definition: tune_context.h:99
int64_t TRandState
Definition: random_engine.h:46
Definition: repr_printer.h:91
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition: analyzer.h:37
A managed object in the TVM runtime.
Random number generator. It provides a generic interface consistent with std::uniform_random_bit_gene...