19#ifndef TVM_S_TIR_META_SCHEDULE_SEARCH_STRATEGY_H_
20#define TVM_S_TIR_META_SCHEDULE_SEARCH_STRATEGY_H_
22#include <tvm/ffi/container/array.h>
23#include <tvm/ffi/function.h>
24#include <tvm/ffi/optional.h>
25#include <tvm/ffi/reflection/registry.h>
38namespace meta_schedule {
105 const ffi::Optional<Database>&
database,
106 const ffi::Optional<CostModel>&
cost_model) = 0;
127 const ffi::Array<RunnerResult>&
results) = 0;
156 const ffi::Optional<Database>&,
const ffi::Optional<CostModel>&)>;
164 ffi::TypedFunction<ffi::Optional<ffi::Array<MeasureCandidate>>()>;
170 const ffi::Array<RunnerResult>&)>;
256 namespace refl = tvm::ffi::reflection;
257 refl::ObjectDef<PySearchStrategyNode>();
263 const ffi::Optional<Database>&
database,
264 const ffi::Optional<CostModel>&
cost_model)
final;
RAII wrapper function to enter and exit a context object similar to python's with syntax.
Definition with_context.h:59
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