Rules to apply after measure results is available.
More...
#include <measure_callback.h>
|
static constexpr const char * | _type_key = "meta_schedule.MeasureCallback" |
|
Rules to apply after measure results is available.
◆ ~MeasureCallbackNode()
virtual tvm::meta_schedule::MeasureCallbackNode::~MeasureCallbackNode |
( |
| ) |
|
|
virtualdefault |
◆ Apply()
Apply a measure callback rule with given arguments.
- Parameters
-
task_scheduler | The task scheduler. |
task_id | The id of the task (tune context) to apply measure callbacks. |
measure_candidates | The measure candidates. |
builder_results | The builder results by building the measure candidates. |
runner_results | The runner results by running the built measure candidates. |
Implemented in tvm::meta_schedule::PyMeasureCallbackNode.
◆ RegisterReflection()
static void tvm::meta_schedule::MeasureCallbackNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_BASE_OBJECT_INFO()
tvm::meta_schedule::MeasureCallbackNode::TVM_DECLARE_BASE_OBJECT_INFO |
( |
MeasureCallbackNode |
, |
|
|
Object |
|
|
) |
| |
◆ _type_key
constexpr const char* tvm::meta_schedule::MeasureCallbackNode::_type_key = "meta_schedule.MeasureCallback" |
|
staticconstexpr |
The documentation for this class was generated from the following file: