Utility base class for a normalizing layer.
More...
#include <dcnnelements.hpp>
|
using | CSP = typename SP::channel_policy |
|
using | input_data = dcnnsol::image_data<SP, PP> |
| Input activations.
|
|
using | norm_data = image_normalize_model<CSP> |
| Statistics.
|
|
using | output_data = dcnnsol::image_data<SP, PP> |
| Output activations.
|
|
using | height_tag = typename SP::height_tag |
| Tag: Image height dimension.
|
|
using | width_tag = typename SP::width_tag |
| Tag: Image width dimension.
|
|
using | channel_tag = typename SP::channel_tag |
| Tag: Channel index.
|
|
|
static constexpr auto | hr = SP::hr |
| Index range along image height.
|
|
static constexpr auto | wr = SP::wr |
| Index range along image width.
|
|
static constexpr auto | cr = SP::cr |
| Index range along image width.
|
|
template<typename SP, is_policy PP>
struct dcnnasgn::image_normalize_layer_base< SP, PP >
Utility base class for a normalizing layer.
- Template Parameters
-
SP | Size policy |
PP | Permutation policy |
The documentation for this struct was generated from the following file: