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

The functor impl for 4D valid conv. More...

#include <conv_4d.hpp>

Static Public Member Functions

template<typename I , typename K , typename C >
static void apply (const I &input, const 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 4D valid conv.

Member Function Documentation

◆ apply()

template<typename I , typename K , typename C >
static void etl::detail::dyn_conv4_valid_flipped_impl::apply ( const I &  input,
const 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: