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 {
45 namespace refl = tvm::ffi::reflection;
46 refl::ObjectDef<MutatorNode>();
91 using FApply = ffi::TypedFunction<ffi::Optional<s_tir::Trace>(
165 namespace refl = tvm::ffi::reflection;
166 refl::ObjectDef<PyMutatorNode>();
int64_t TRandState
Definition: random_engine.h:46
Managed reference to TraceNode.
Definition: trace.h:144
Managed reference to TuneContextNode.
Definition: tune_context.h:99
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition: analyzer.h:37
Random number generator. It provides a generic interface consistent with std::uniform_random_bit_gene...