20#ifndef TVM_S_TIR_META_SCHEDULE_MEASURE_CANDIDATE_H_
21#define TVM_S_TIR_META_SCHEDULE_MEASURE_CANDIDATE_H_
23#include <tvm/ffi/container/array.h>
24#include <tvm/ffi/reflection/registry.h>
33namespace meta_schedule {
44 namespace refl = tvm::ffi::reflection;
45 refl::ObjectDef<MeasureCandidateNode>()
RAII wrapper function to enter and exit a context object similar to python's with syntax.
Definition with_context.h:59
Managed reference to ScheduleNode.
Definition schedule.h:887
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition analyzer.h:40