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

The functor impl for 2D full conv. More...

#include <conv_2d.hpp>

Static Public Member Functions

template<typename I , typename K , typename C >
static void apply (const I &input, const K &kernel, C &conv)
 Apply the convolution. More...
 

Detailed Description

The functor impl for 2D full conv.

Member Function Documentation

◆ apply()

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