The builder's input, containing an IRModule and the target.
More...
#include <builder.h>
|
static constexpr const char * | _type_key = "meta_schedule.BuilderInput" |
|
The builder's input, containing an IRModule and the target.
◆ RegisterReflection()
static void tvm::meta_schedule::BuilderInputNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
tvm::meta_schedule::BuilderInputNode::TVM_DECLARE_FINAL_OBJECT_INFO |
( |
BuilderInputNode |
, |
|
|
runtime::Object |
|
|
) |
| |
◆ _type_key
constexpr const char* tvm::meta_schedule::BuilderInputNode::_type_key = "meta_schedule.BuilderInput" |
|
staticconstexpr |
◆ mod
IRModule tvm::meta_schedule::BuilderInputNode::mod |
◆ params
Optional<Map<String, runtime::NDArray> > tvm::meta_schedule::BuilderInputNode::params |
Parameters for Relax build module.
◆ target
Target tvm::meta_schedule::BuilderInputNode::target |
The target to be built for.
The documentation for this class was generated from the following file: