Functor: Kernel index to delta_functor. More...
#include <dcnnelements.hpp>
Public Types | |
using | traits = conv_traits<KD, S> |
using | df = std::conditional_t< S == 1, delta_functor<TO, TI>, mul_delta_functor<TO, TI, S>> |
Public Member Functions | |
df | operator() (const tagged::index_class< TK > &k) const |
Functor: Kernel index to delta_functor.
TI | Input dimension tag |
TK | Kernel dimension tag |
TO | Output dimension tag |
KD | Kernel size |