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

Go to the source code of this file.
Functions | |
| template<conv_type TT, typename I , typename K , typename C > | |
| constexpr etl::conv_impl | etl::detail::select_default_conv1_impl_new (bool no_gpu) |
| Select the implementation of the conv of I and K in C. More... | |
| template<conv_type TT, typename I , typename K , typename C > | |
| constexpr etl::conv_impl | etl::detail::select_default_conv2_impl_new (bool no_gpu) |
| Select the implementation of the conv of I and K in C. More... | |
| template<conv_type TT, typename I , typename K , typename C > | |
| constexpr etl::conv_impl | etl::detail::select_default_conv_impl (bool no_gpu) |
| Select the implementation of the conv of I and K in C. More... | |
| template<conv_type TT, typename I , typename K , typename C > | |
| constexpr etl::conv_impl | etl::detail::select_conv1_impl_new () |
| Select the implementation of the conv of I and K in C. More... | |
| template<conv_type TT, typename I , typename K , typename C > | |
| constexpr etl::conv_impl | etl::detail::select_conv2_impl_new () |
| Select the implementation of the conv of I and K in C. More... | |
| template<conv_type TT, typename I , typename K , typename C > | |
| constexpr etl::conv_impl | etl::detail::select_conv_impl () |
| Select the implementation of the conv of I and K in C. More... | |
Contains selectors for convolution implementations.
| constexpr etl::conv_impl etl::detail::select_conv1_impl_new | ( | ) |
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_impl etl::detail::select_conv2_impl_new | ( | ) |
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_impl etl::detail::select_conv_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_impl etl::detail::select_default_conv1_impl_new | ( | bool | no_gpu | ) |
Select the implementation of the conv 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_impl etl::detail::select_default_conv2_impl_new | ( | bool | no_gpu | ) |
Select the implementation of the conv 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_impl etl::detail::select_default_conv_impl | ( | bool | no_gpu | ) |
Select the implementation of the conv 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