Policy class: Convolution kernel dimensions. More...
#include <dcnnelements.hpp>
Static Public Attributes | |
Dimension ranges | |
The ranges are determined at compile time and therefore | |
| static constexpr tagged::range_class< kernel_height_tag > | khr { KH } |
| Kernel (convolution) height range. | |
| static constexpr tagged::range_class< kernel_width_tag > | kwr { KW } |
| Kernel (convolution) width range. | |
Policy class: Convolution kernel dimensions.
The dimensions are static, determined by template arguments.
| KH | Kernel height |
| KW | Kernel width |