20 #ifndef TVM_META_SCHEDULE_MEASURE_CANDIDATE_H_ 21 #define TVM_META_SCHEDULE_MEASURE_CANDIDATE_H_ 30 namespace meta_schedule {
41 v->Visit(
"sch", &sch);
42 v->Visit(
"args_info", &args_info);
45 static constexpr
const char*
_type_key =
"meta_schedule.MeasureCandidate";
67 #endif // TVM_META_SCHEDULE_MEASURE_CANDIDATE_H_
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
base class of all object containers.
Definition: object.h:167
Managed reference to ScheduleNode.
Definition: schedule.h:813
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
Base class of all object reference.
Definition: object.h:511
A managed object in the TVM runtime.
Reflection and serialization of compiler IR/AST nodes.
#define TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS(TypeName, ParentType, ObjectName)
Definition: object.h:728