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