Policy class: Model weight dimensions for fully connected layers.
More...
#include <dcnnelements.hpp>
|
|
The tags carry the static dimensioning information
|
using | channel_in_tag = typename CSPI::channel_tag |
| Input channel tag.
|
|
using | channel_out_tag = typename CSPO::channel_tag |
| Output channel tag.
|
|
|
|
The ranges are determined at compile time and therefore constexpr
|
static constexpr auto | cir = CSPI::cr |
| Input channel range.
|
|
static constexpr auto | cor = CSPO::cr |
| Output channel range.
|
|
template<typename CSPI, typename CSPO>
struct dcnnasgn::feature_weight_size_policy< CSPI, CSPO >
Policy class: Model weight dimensions for fully connected layers.
The dimensions are static, determined by template arguments.
- Template Parameters
-
KSP | Kernel size policy |
CSPI | Input channel policy |
CSPO | Output channel policy |
The documentation for this struct was generated from the following file: