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

Go to the source code of this file.
Functions | |
| template<typename X , typename Y > | |
| void | etl::impl::cudnn::bias_batch_mean_4d ([[maybe_unused]] X &&x, [[maybe_unused]] Y &&y) |
| CUDNN Implementation of the bias_batch_mean operation. More... | |
| template<typename X , typename Y > | |
| void | etl::impl::cudnn::bias_batch_mean_2d ([[maybe_unused]] X &&x, [[maybe_unused]] Y &&y) |
| CUDNN Implementation of the bias_batch_mean operation. More... | |
bias_batch_mean implementations with NVidia cuDNN library
| void etl::impl::cudnn::bias_batch_mean_2d | ( | [[maybe_unused] ] X && | x, |
| [[maybe_unused] ] Y && | y | ||
| ) |
CUDNN Implementation of the bias_batch_mean operation.
| x | The input tensor |
| y | The output tensor |
| void etl::impl::cudnn::bias_batch_mean_4d | ( | [[maybe_unused] ] X && | x, |
| [[maybe_unused] ] Y && | y | ||
| ) |
CUDNN Implementation of the bias_batch_mean operation.
| x | The input tensor |
| y | The output tensor |
1.8.13