Retag input dimension policy as kernel dimension policy. More...
#include <dcnnelements.hpp>
Public Types | |
using | kernel_height_tag = tagged::retag< dcnnasgn::kernel_height_selector, typename CSP::height_tag> |
using | kernel_width_tag = tagged::retag< dcnnasgn::kernel_width_selector, typename CSP::width_tag> |
Static Public Attributes | |
static constexpr auto | khr = CSP::hr.template retag< kernel_height_tag>() |
static constexpr auto | kwr = CSP::wr.template retag< kernel_width_tag>() |
Retag input dimension policy as kernel dimension policy.
The tags and ranges in the resulting policy have different names and types but the same sizes.
CSP |