The managed reference of TuningRecordNode.
More...
#include <database.h>
The managed reference of TuningRecordNode.
- See also
- TuningRecordNode
◆ TuningRecord()
Constructor of a tuning record.
- Parameters
-
trace | The trace of the tuning record. |
workload | The workload of the tuning record. |
run_secs | The running time of the tuning record. |
target | The target of the tuning record. |
args_info | The argument information of the tuning record. |
◆ FromJSON()
static TuningRecord tvm::meta_schedule::TuningRecord::FromJSON |
( |
const ObjectRef & |
json_obj, |
|
|
const Workload & |
workload |
|
) |
| |
|
static |
Create a tuning record from a json object.
- Parameters
-
json_obj | The json object. |
workload | The workload. |
- Returns
- The tuning record created.
◆ TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS()
The documentation for this class was generated from the following file: