The builder's output, containing the artifact path or error message if any.
More...
#include <builder.h>
|
static constexpr const char * | _type_key = "meta_schedule.BuilderResult" |
|
The builder's output, containing the artifact path or error message if any.
◆ RegisterReflection()
static void tvm::meta_schedule::BuilderResultNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
tvm::meta_schedule::BuilderResultNode::TVM_DECLARE_FINAL_OBJECT_INFO |
( |
BuilderResultNode |
, |
|
|
runtime::Object |
|
|
) |
| |
◆ _type_key
constexpr const char* tvm::meta_schedule::BuilderResultNode::_type_key = "meta_schedule.BuilderResult" |
|
staticconstexpr |
◆ artifact_path
Optional<String> tvm::meta_schedule::BuilderResultNode::artifact_path |
The path to the built artifact.
◆ error_msg
Optional<String> tvm::meta_schedule::BuilderResultNode::error_msg |
The error message if any.
The documentation for this class was generated from the following file: