19 #ifndef TVM_META_SCHEDULE_EXTRACTED_TASK_H_ 20 #define TVM_META_SCHEDULE_EXTRACTED_TASK_H_ 39 namespace meta_schedule {
56 v->Visit(
"task_name", &task_name);
57 v->Visit(
"mod", &mod);
58 v->Visit(
"target", &target);
59 v->Visit(
"dispatched", &dispatched);
60 v->Visit(
"weight", &weight);
63 static constexpr
const char* _type_key =
"meta_schedule.ExtractedTask";
82 #endif // TVM_META_SCHEDULE_EXTRACTED_TASK_H_
#define TVM_DEFINE_MUTABLE_NOTNULLABLE_OBJECT_REF_METHODS(TypeName, ParentType, ObjectName)
Definition: object.h:758
Runtime String container types.
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
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
Managed reference to PrimFuncNode.
Definition: function.h:145
Reference to string objects.
Definition: string.h:98
Managed reference class to TargetNode.
Definition: target.h:183
Base class of all object reference.
Definition: object.h:511
Tensor structure representing a possible input, or intermediate computation result.
Definition: tensor.h:102
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.
tvm::PrimExpr mod(const tvm::PrimExpr &a, const tvm::PrimExpr &b)
Definition: broadcast.h:290
Reflection and serialization of compiler IR/AST nodes.