A workload, i.e. an IRModule and its structural hash.
More...
#include <database.h>
|
static constexpr const char * | _type_key = "meta_schedule.Workload" |
|
A workload, i.e. an IRModule and its structural hash.
◆ THashCode
The type of structural hash.
◆ AsJSON()
ObjectRef tvm::meta_schedule::WorkloadNode::AsJSON |
( |
| ) |
const |
Export the workload to a JSON string.
- Returns
- An array containing the structural hash and the base64 json string.
◆ RegisterReflection()
static void tvm::meta_schedule::WorkloadNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
tvm::meta_schedule::WorkloadNode::TVM_DECLARE_FINAL_OBJECT_INFO |
( |
WorkloadNode |
, |
|
|
runtime::Object |
|
|
) |
| |
◆ _type_key
constexpr const char* tvm::meta_schedule::WorkloadNode::_type_key = "meta_schedule.Workload" |
|
staticconstexpr |
◆ mod
IRModule tvm::meta_schedule::WorkloadNode::mod |
◆ shash
THashCode tvm::meta_schedule::WorkloadNode::shash |
The workload's structural hash.
The documentation for this class was generated from the following file: