19 #ifndef TVM_META_SCHEDULE_BUILDER_H_
20 #define TVM_META_SCHEDULE_BUILDER_H_
34 namespace meta_schedule {
47 v->Visit(
"mod", &
mod);
48 v->Visit(
"target", &
target);
49 v->Visit(
"params", &
params);
52 static constexpr
const char*
_type_key =
"meta_schedule.BuilderInput";
86 static constexpr
const char*
_type_key =
"meta_schedule.BuilderResult";
123 static constexpr
const char*
_type_key =
"meta_schedule.Builder";
153 ICHECK(
f_build !=
nullptr) <<
"PyBuilder's Build method not implemented!";
157 static constexpr
const char*
_type_key =
"meta_schedule.PyBuilder";
Runtime Array container types.
Visitor class to get the attributes of an AST/IR node. The content is going to be called for each fie...
Definition: reflection.h:52
Managed reference class to IRModuleNode.
Definition: module.h:366
Managed reference class to TargetNode.
Definition: target.h:200
Array, container representing a contiguous sequence of ObjectRefs.
Definition: array.h:289
Map container of NodeRef->NodeRef in DSL graph. Map implements copy on write semantics,...
Definition: map.h:1271
Base class of all object reference.
Definition: object.h:519
base class of all object containers.
Definition: object.h:171
Optional container that to represent to a Nullable variant of T.
Definition: optional.h:51
Please refer to TypedPackedFunc<R(Args..)>.
Definition: packed_func.h:63
IRModule that holds the functions and type definitions.
Runtime Map container types.
tvm::PrimExpr mod(const tvm::PrimExpr &a, const tvm::PrimExpr &b)
Definition: broadcast.h:290
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
constexpr runtime::NullOptType NullOpt
Definition: optional.h:169
A device-independent managed NDArray abstraction.
A managed object in the TVM runtime.
Runtime Optional container types.
Type-erased function used across TVM API.
Reflection and serialization of compiler IR/AST nodes.
Runtime String container types.
Compilation target object.