The managed reference of TuningRecordNode.
More...
#include <database.h>
The managed reference of TuningRecordNode.
- See also
- TuningRecordNode
◆ TuningRecord()
tvm::meta_schedule::TuningRecord::TuningRecord |
( |
tir::Trace |
trace, |
|
|
Workload |
workload, |
|
|
ffi::Optional< ffi::Array< FloatImm >> |
run_secs, |
|
|
ffi::Optional< Target > |
target, |
|
|
ffi::Optional< ffi::Array< ArgInfo >> |
args_info |
|
) |
| |
|
explicit |
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_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE()
The documentation for this class was generated from the following file: