Expression Templates Library (ETL)
impl_enums.hpp
Go to the documentation of this file.
1 //=======================================================================
2 // Copyright (c) 2014-2023 Baptiste Wicht
3 // Distributed under the terms of the MIT License.
4 // (See accompanying file LICENSE or copy at
5 // http://opensource.org/licenses/MIT)
6 //=======================================================================
7 
13 #pragma once
14 
15 #include "sum_impl.hpp"
16 #include "cce_impl.hpp"
17 #include "bce_impl.hpp"
18 #include "mse_impl.hpp"
19 #include "transpose_impl.hpp"
20 #include "dot_impl.hpp"
21 #include "conv_impl.hpp"
22 #include "gemm_impl.hpp"
23 #include "outer_impl.hpp"
24 #include "bias_add_impl.hpp"
25 #include "fft_impl.hpp"
26 #include "pool_impl.hpp"
27 #include "batch_softmax_impl.hpp"
Enumeration for MSE implementations.
Enumeration for the bias_add implementations.
Enumeration for BCE implementations.
Enumeration for sum implementations.
Enumeration for batch_softmax implementations.
Enumeration for the fft implementations.
Enumeration of the transpose implementations.
Enumeration of the different matrix-matrix muliplication implementations.
Enumeration of the dot implementations.
Enumeration for CCE implementations.
Enumeration for the pooling implementations.
Enumeration for the outer product implementations.
Enumeration of the different convolution implementations.