|
Expression Templates Library (ETL)
|
Standard implementation of the bias_add computation. More...

Go to the source code of this file.
Functions | |
| template<typename A , typename B , typename C > | |
| void | etl::impl::standard::bias_add_4d (const A &lhs, const B &rhs, C &&c) |
| Compute the bias addition of a and b and store the result in c. More... | |
| template<typename A , typename B , typename C > | |
| void | etl::impl::standard::bias_add_2d (const A &lhs, const B &rhs, C &&c) |
| Compute the bias addition of a and b and store the result in c. More... | |
Standard implementation of the bias_add computation.
| void etl::impl::standard::bias_add_2d | ( | const A & | lhs, |
| const B & | rhs, | ||
| C && | c | ||
| ) |
Compute the bias addition of a and b and store the result in c.
| lhs | The a expression |
| rhs | The b expression |
| c | The c expression |
| void etl::impl::standard::bias_add_4d | ( | const A & | lhs, |
| const B & | rhs, | ||
| C && | c | ||
| ) |
Compute the bias addition of a and b and store the result in c.
| lhs | The a expression |
| rhs | The b expression |
| c | The c expression |
1.8.13