|
Expression Templates Library (ETL)
|
Contains selectors for convolution implementations. More...

Go to the source code of this file.
Functions | |
| template<typename I , typename K , typename C > | |
| constexpr etl::conv_multi_impl | etl::detail::select_default_conv_valid_multi (bool no_gpu) |
| Select the implementation of the conv multi of I and K in C. More... | |
| template<typename I , typename K , typename C > | |
| constexpr etl::conv_multi_impl | etl::detail::select_default_conv_valid_multi_multi_impl () |
| Select the implementation of the conv multi of I and K in C. More... | |
| template<typename I , typename K , typename C > | |
| constexpr etl::conv_multi_impl | etl::detail::select_conv_valid_multi_impl () |
| Select the implementation of the conv of I and K in C. More... | |
| template<typename I , typename K , typename C > | |
| constexpr etl::conv_multi_impl | etl::detail::select_conv_valid_multi_multi_impl () |
| Select the implementation of the conv of I and K in C. More... | |
Contains selectors for convolution implementations.
| constexpr etl::conv_multi_impl etl::detail::select_conv_valid_multi_impl | ( | ) |
Select the implementation of the conv of I and K in C.
| I | The input type |
| K | The kernel type |
| C | The conv type |
| constexpr etl::conv_multi_impl etl::detail::select_conv_valid_multi_multi_impl | ( | ) |
Select the implementation of the conv of I and K in C.
| I | The input type |
| K | The kernel type |
| C | The conv type |
| constexpr etl::conv_multi_impl etl::detail::select_default_conv_valid_multi | ( | bool | no_gpu | ) |
Select the implementation of the conv multi of I and K in C.
This does not take the local context into account.
| I | The input type |
| K | The kernel type |
| C | The conv type |
| constexpr etl::conv_multi_impl etl::detail::select_default_conv_valid_multi_multi_impl | ( | ) |
Select the implementation of the conv multi of I and K in C.
This does not take the local context into account.
| I | The input type |
| K | The kernel type |
| C | The conv type |
1.8.13