|
Expression Templates Library (ETL)
|
The functor impl for 2D valid conv, with multiple kernels. More...
#include <conv_multi.hpp>
Static Public Member Functions | |
| template<typename I , typename K , typename C > | |
| static void | apply (I &&input, K &&kernel, C &&conv, size_t s1, size_t s2, size_t p1, size_t p2) |
| Apply the convolution. More... | |
The functor impl for 2D valid conv, with multiple kernels.
|
inlinestatic |
Apply the convolution.
| input | The input expression |
| kernel | The kernel expression |
| conv | The output expression |
1.8.13