tvm
Static Public Attributes | List of all members
tvm::auto_scheduler::SearchPolicyKey Struct Reference

Attribute keys of ops used for SearchPolicy. More...

#include <search_policy.h>

Collaboration diagram for tvm::auto_scheduler::SearchPolicyKey:

Static Public Attributes

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...
 

Detailed Description

Attribute keys of ops used for SearchPolicy.

Member Data Documentation

◆ always_unroll_inner

constexpr const char* tvm::auto_scheduler::SearchPolicyKey::always_unroll_inner = "auto_scheduler_always_unroll_inner"
staticconstexpr

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"
staticconstexpr

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
staticconstexpr
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: