19#ifndef TVM_S_TIR_META_SCHEDULE_EXTRACTED_TASK_H_
20#define TVM_S_TIR_META_SCHEDULE_EXTRACTED_TASK_H_
22#include <tvm/ffi/container/array.h>
23#include <tvm/ffi/reflection/registry.h>
24#include <tvm/ffi/string.h>
41namespace meta_schedule {
58 namespace refl = tvm::ffi::reflection;
59 refl::ObjectDef<ExtractedTaskNode>()
79 ffi::Array<IRModule> dispatched,
int weight);
Managed reference class to IRModuleNode.
Definition module.h:255
Managed reference class to TargetNode.
Definition target.h:134
RAII wrapper function to enter and exit a context object similar to python's with syntax.
Definition with_context.h:59
Tensor structure representing a possible input, or intermediate computation result.
Definition tensor.h:98
IRModule that holds the functions and type definitions.
PrimFuncFrame PrimFunc(bool is_private, bool s_tir=false, bool persistent=false)
The primitive function statement.
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition analyzer.h:40
Compilation target object.