19 #ifndef TVM_META_SCHEDULE_SPACE_GENERATOR_H_ 20 #define TVM_META_SCHEDULE_SPACE_GENERATOR_H_ 34 namespace meta_schedule {
86 v->Visit(
"sch_rules", &sch_rules);
87 v->Visit(
"postprocs", &postprocs);
88 v->Visit(
"mutator_probs", &mutator_probs);
114 static constexpr
const char*
_type_key =
"meta_schedule.SpaceGenerator";
226 static constexpr
const char*
_type_key =
"meta_schedule.PySpaceGenerator";
233 #endif // TVM_META_SCHEDULE_SPACE_GENERATOR_H_
#define TVM_DEFINE_MUTABLE_NOTNULLABLE_OBJECT_REF_METHODS(TypeName, ParentType, ObjectName)
Definition: object.h:758
IRModule that holds the functions and type definitions.
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
base class of all object containers.
Definition: object.h:167
Managed reference to TuneContextNode.
Definition: tune_context.h:95
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
Array, container representing a contiguous sequence of ObjectRefs.
Definition: array.h:289
Please refer to TypedPackedFunc<R(Args..)>.
Definition: packed_func.h:60
Base class of all object reference.
Definition: object.h:511
A managed object in the TVM runtime.
#define TVM_DECLARE_FINAL_OBJECT_INFO(TypeName, ParentType)
helper macro to declare type information in a final class.
Definition: object.h:671
Managed reference class to IRModuleNode.
Definition: module.h:348
Compilation target object.
Map container of NodeRef->NodeRef in DSL graph. Map implements copy on write semantics, which means map is mutable but copy will happen when array is referenced in more than two places.
Definition: map.h:1271
Packed function is a type-erased function. The arguments are passed by packed format.
Definition: packed_func.h:138
Optional container that to represent to a Nullable variant of T.
Definition: optional.h:51
tvm::PrimExpr mod(const tvm::PrimExpr &a, const tvm::PrimExpr &b)
Definition: broadcast.h:290
Reflection and serialization of compiler IR/AST nodes.
Type-erased function used across TVM API.