Expression Templates Library (ETL)
Static Public Member Functions | List of all members
etl::detail::dyn_conv2_valid_multi_flipped_impl Struct Reference

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...
 

Detailed Description

The functor impl for 2D valid conv, with multiple kernels.

Member Function Documentation

◆ apply()

template<typename I , typename K , typename C >
static void etl::detail::dyn_conv2_valid_multi_flipped_impl::apply ( I &&  input,
K &&  kernel,
C &&  conv,
size_t  s1,
size_t  s2,
size_t  p1,
size_t  p2 
)
inlinestatic

Apply the convolution.

Parameters
inputThe input expression
kernelThe kernel expression
convThe output expression

The documentation for this struct was generated from the following file: