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>
35namespace meta_schedule {
47 namespace refl = tvm::ffi::reflection;
48 refl::ObjectDef<MutatorNode>();
93 using FApply = ffi::TypedFunction<ffi::Optional<s_tir::Trace>(
158 namespace refl = tvm::ffi::reflection;
159 refl::ObjectDef<PyMutatorNode>();
RAII wrapper function to enter and exit a context object similar to python's with syntax.
Definition with_context.h:59
int64_t TRandState
Definition random_engine.h:49
Managed reference to TraceNode.
Definition trace.h:146
Managed reference to TuneContextNode.
Definition tune_context.h:101
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition analyzer.h:40
Random number generator. It provides a generic interface consistent with std::uniform_random_bit_gene...