Expression Templates Library (ETL)
Classes
conv_2d.hpp File Reference

Contains descriptors for 2D convolution operations. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  etl::detail::conv2_full_impl
 The functor impl for 2D full conv. More...
 
struct  etl::detail::conv2_full_flipped_impl
 The functor impl for 2D full conv. More...
 
struct  etl::detail::conv2_same_impl
 The functor impl for 2D same conv. More...
 
struct  etl::detail::conv2_same_flipped_impl
 The functor impl for 2D same conv. More...
 
struct  etl::detail::conv2_valid_impl< S1, S2, P1, P2 >
 The functor impl for 2D valid conv. More...
 
struct  etl::detail::conv2_valid_flipped_impl< S1, S2, P1, P2 >
 The functor impl for 2D valid conv. More...
 
struct  etl::detail::dyn_conv2_valid_impl
 The functor impl for 2D valid conv. More...
 
struct  etl::detail::dyn_conv2_valid_flipped_impl
 The functor impl for 2D valid conv. More...
 

Detailed Description

Contains descriptors for 2D convolution operations.