asgn
 
Loading...
Searching...
No Matches
dcnnasgn::as_kernel< CSP > Struct Template Reference

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>()
 

Detailed Description

template<typename CSP>
struct dcnnasgn::as_kernel< CSP >

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.

Template Parameters
CSP

The documentation for this struct was generated from the following file: