|
Expression Templates Library (ETL)
|
Convolution implementations with NVidia cuDNN library. More...

Go to the source code of this file.
Functions | |
| template<typename I , typename K , typename C > | |
| void | etl::impl::cudnn::bias_add_4d ([[maybe_unused]] I &&x, [[maybe_unused]] K &&b, [[maybe_unused]] C &&y) |
| Compute the bias addition of b into x and store the result in y. More... | |
| template<typename I , typename K , typename C > | |
| void | etl::impl::cudnn::bias_add_2d ([[maybe_unused]] I &&x, [[maybe_unused]] K &&b, [[maybe_unused]] C &&y) |
| Compute the bias addition of b into x and store the result in y. More... | |
Convolution implementations with NVidia cuDNN library.
| void etl::impl::cudnn::bias_add_2d | ( | [[maybe_unused] ] I && | x, |
| [[maybe_unused] ] K && | b, | ||
| [[maybe_unused] ] C && | y | ||
| ) |
Compute the bias addition of b into x and store the result in y.
| x | The a expression |
| b | The b expression |
| y | The c expression |
| void etl::impl::cudnn::bias_add_4d | ( | [[maybe_unused] ] I && | x, |
| [[maybe_unused] ] K && | b, | ||
| [[maybe_unused] ] C && | y | ||
| ) |
Compute the bias addition of b into x and store the result in y.
| x | The a expression |
| b | The b expression |
| y | The c expression |
1.8.13