asgn
 
Loading...
Searching...
No Matches
dcnnasgn::image_size_policy< H, W > Struct Template Reference

Image size policy. More...

#include <dcnnelements.hpp>

Public Types

using height_tag = height_stag<H>
 Tag: Height dimension of an image, statically sized.
 
using width_tag = width_stag<W>
 Tag: Width dimension of an image, statically sized.
 

Static Public Attributes

static constexpr tagged::range_class< height_taghr { H }
 Height range of an image, statically sized.
 
static constexpr tagged::range_class< width_tagwr { W }
 Width range of an image, statically sized.
 

Detailed Description

template<std::size_t H, std::size_t W>
struct dcnnasgn::image_size_policy< H, W >

Image size policy.

Template Parameters
HImage height
WImage width

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