Attribute keys of ops used for SearchPolicy.
More...
#include <search_policy.h>
|
| static constexpr const char * | always_unroll_inner = "auto_scheduler_always_unroll_inner" |
| | Always apply unroll to the inner most iterator of the specificed iterators. More...
|
| |
| static constexpr const char * | no_split_at_inner = "auto_scheduler_no_split_at_inner" |
| | The specified iterators will be placed in the inner most tile without split. More...
|
| |
| static constexpr const char * | simplify_const_tensor_indices |
| | The specified iterators are indices of const tensors in "fake reduction". More...
|
| |
Attribute keys of ops used for SearchPolicy.
◆ always_unroll_inner
| constexpr const char* tvm::auto_scheduler::SearchPolicyKey::always_unroll_inner = "auto_scheduler_always_unroll_inner" |
|
static |
Always apply unroll to the inner most iterator of the specificed iterators.
◆ no_split_at_inner
| constexpr const char* tvm::auto_scheduler::SearchPolicyKey::no_split_at_inner = "auto_scheduler_no_split_at_inner" |
|
static |
The specified iterators will be placed in the inner most tile without split.
◆ simplify_const_tensor_indices
| constexpr const char* tvm::auto_scheduler::SearchPolicyKey::simplify_const_tensor_indices |
|
static |
Initial value:=
"auto_scheduler_simplify_const_tensor_indices"
The specified iterators are indices of const tensors in "fake reduction".
The documentation for this struct was generated from the following file: