|
Expression Templates Library (ETL)
|
Selector for the Mean Squared Error reduction implementations. More...


Go to the source code of this file.
Classes | |
| struct | etl::detail::mse_impl |
| Sum operation implementation. More... | |
| struct | etl::detail::mse_loss_impl |
| Sum operation implementation. More... | |
| struct | etl::detail::mse_error_impl |
| Sum operation implementation. More... | |
Functions | |
| template<typename O , typename L > | |
| constexpr etl::mse_impl | etl::detail::select_mse_impl () |
| Select the MSE implementation for an expression of type E. More... | |
| template<typename O , typename L > | |
| constexpr etl::mse_impl | etl::detail::select_mse_loss_impl () |
| Select the MSE implementation for an expression of type E. More... | |
| template<typename O , typename L > | |
| constexpr etl::mse_impl | etl::detail::select_mse_error_impl () |
| Select the MSE implementation for an expression of type E. More... | |
Selector for the Mean Squared Error reduction implementations.
The functions are responsible for selecting the most efficient implementation for each case, based on what is available.
| constexpr etl::mse_impl etl::detail::select_mse_error_impl | ( | ) |
Select the MSE implementation for an expression of type E.
| E | The type of expression |
| constexpr etl::mse_impl etl::detail::select_mse_impl | ( | ) |
Select the MSE implementation for an expression of type E.
| E | The type of expression |
| constexpr etl::mse_impl etl::detail::select_mse_loss_impl | ( | ) |
Select the MSE implementation for an expression of type E.
| E | The type of expression |
1.8.13