20 #ifndef TVM_META_SCHEDULE_SCHEDULE_RULE_H_
21 #define TVM_META_SCHEDULE_SCHEDULE_RULE_H_
34 namespace meta_schedule {
69 static constexpr
const char*
_type_key =
"meta_schedule.ScheduleRule";
123 bool inline_const_tensor,
124 bool disallow_if_then_else,
125 bool require_injective,
126 bool require_ordered,
264 int max_vectorize_extent,
266 bool unroll_explicit);
276 int max_threads_per_block = -1);
335 static constexpr const
char*
_type_key = "meta_schedule.PyScheduleRule";
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
Container of constant int that adds more constructors.
Definition: expr.h:632
Managed reference to TuneContextNode.
Definition: tune_context.h:95
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
Reference to string objects.
Definition: string.h:98
Please refer to TypedPackedFunc<R(Args..)>.
Definition: packed_func.h:63
Managed reference to BlockRVNode.
Definition: schedule.h:62
Managed reference to ScheduleNode.
Definition: schedule.h:877
Runtime Map container types.
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
constexpr runtime::NullOptType NullOpt
Definition: optional.h:169
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.