|
Expression Templates Library (ETL)
|
EGBLAS wrappers for the bias_batch_sum operation. More...

Go to the source code of this file.
Functions | |
| void | etl::impl::egblas::bias_batch_sum ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] float *A, [[maybe_unused]] size_t lda, [[maybe_unused]] float *B, [[maybe_unused]] size_t ldb) |
| Wrappers for single-precision egblas bias_batch_sum operation. More... | |
| void | etl::impl::egblas::bias_batch_sum ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] double *A, [[maybe_unused]] size_t lda, [[maybe_unused]] double *B, [[maybe_unused]] size_t ldb) |
| Wrappers for double-precision egblas bias_batch_sum operation. More... | |
| void | etl::impl::egblas::bias_batch_mean ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] float *A, [[maybe_unused]] size_t lda, [[maybe_unused]] float *B, [[maybe_unused]] size_t ldb) |
| Wrappers for single-precision egblas bias_batch_mean operation. More... | |
| void | etl::impl::egblas::bias_batch_mean ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] double *A, [[maybe_unused]] size_t lda, [[maybe_unused]] double *B, [[maybe_unused]] size_t ldb) |
| Wrappers for double-precision egblas bias_batch_mean operation. More... | |
| void | etl::impl::egblas::bias_batch_var ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] float *A, [[maybe_unused]] size_t lda, [[maybe_unused]] float *B, [[maybe_unused]] size_t ldb, [[maybe_unused]] float *Y, [[maybe_unused]] size_t ldy) |
| Wrappers for single-precision egblas bias_batch_var operation. More... | |
| void | etl::impl::egblas::bias_batch_var ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] double *A, [[maybe_unused]] size_t lda, [[maybe_unused]] double *B, [[maybe_unused]] size_t ldb, [[maybe_unused]] double *Y, [[maybe_unused]] size_t ldy) |
| Wrappers for double-precision egblas bias_batch_var operation. More... | |
| void | etl::impl::egblas::bias_batch_sum4 ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] size_t w, [[maybe_unused]] size_t h, [[maybe_unused]] float *A, [[maybe_unused]] float *B) |
| Wrappers for single-precision egblas bias_batch_sum operation. More... | |
| void | etl::impl::egblas::bias_batch_mean4 ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] size_t w, [[maybe_unused]] size_t h, [[maybe_unused]] float *A, [[maybe_unused]] float *B) |
| Wrappers for single-precision egblas bias_batch_mean operation. More... | |
| void | etl::impl::egblas::bias_batch_sum4 ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] size_t w, [[maybe_unused]] size_t h, [[maybe_unused]] double *A, [[maybe_unused]] double *B) |
| Wrappers for single-precision egblas bias_batch_sum operation. More... | |
| void | etl::impl::egblas::bias_batch_mean4 ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] size_t w, [[maybe_unused]] size_t h, [[maybe_unused]] double *A, [[maybe_unused]] double *B) |
| Wrappers for single-precision egblas bias_batch_mean operation. More... | |
| void | etl::impl::egblas::bias_batch_var4 ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] size_t w, [[maybe_unused]] size_t h, [[maybe_unused]] float *A, [[maybe_unused]] float *B, [[maybe_unused]] float *Y) |
| Wrappers for single-precision egblas bias_batch_var operation. More... | |
| void | etl::impl::egblas::bias_batch_var4 ([[maybe_unused]] size_t b, [[maybe_unused]] size_t n, [[maybe_unused]] size_t w, [[maybe_unused]] size_t h, [[maybe_unused]] double *A, [[maybe_unused]] double *B, [[maybe_unused]] double *Y) |
| Wrappers for single-precision egblas bias_batch_var operation. More... | |
EGBLAS wrappers for the bias_batch_sum operation.
|
inline |
Wrappers for single-precision egblas bias_batch_mean operation.
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| A | The memory of the vector a |
| lda | The leading dimension of a |
| B | The memory of the vector b |
| ldb | The leading dimension of b |
|
inline |
Wrappers for double-precision egblas bias_batch_mean operation.
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| A | The memory of the vector a |
| lda | The leading dimension of a |
| B | The memory of the vector b |
| ldb | The leading dimension of b |
|
inline |
Wrappers for single-precision egblas bias_batch_mean operation.
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| w | The inner first dimension of the input matrix |
| h | The inner first dimension of the input matrix |
| A | The memory of the vector a |
| B | The memory of the vector b |
|
inline |
Wrappers for single-precision egblas bias_batch_mean operation.
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| w | The inner first dimension of the input matrix |
| h | The inner first dimension of the input matrix |
| A | The memory of the vector a |
| B | The memory of the vector b |
|
inline |
Wrappers for single-precision egblas bias_batch_sum operation.
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| A | The memory of the vector a |
| lda | The leading dimension of a |
| B | The memory of the vector b |
| ldb | The leading dimension of b |
|
inline |
Wrappers for double-precision egblas bias_batch_sum operation.
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| A | The memory of the vector a |
| lda | The leading dimension of a |
| B | The memory of the vector b |
| ldb | The leading dimension of b |
|
inline |
Wrappers for single-precision egblas bias_batch_sum operation.
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| w | The inner first dimension of the input matrix |
| h | The inner first dimension of the input matrix |
| A | The memory of the vector a |
| B | The memory of the vector b |
|
inline |
Wrappers for single-precision egblas bias_batch_sum operation.
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| w | The inner first dimension of the input matrix |
| h | The inner first dimension of the input matrix |
| A | The memory of the vector a |
| B | The memory of the vector b |
|
inline |
Wrappers for single-precision egblas bias_batch_var operation.
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| A | The memory of the vector a |
| lda | The leading dimension of a |
| B | The memory of the vector b |
| ldb | The leading dimension of b |
|
inline |
Wrappers for double-precision egblas bias_batch_var operation.
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| A | The memory of the vector a |
| lda | The leading dimension of a |
| B | The memory of the vector b |
| ldb | The leading dimension of b |
|
inline |
Wrappers for single-precision egblas bias_batch_var operation.
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| w | The inner first dimension of the input matrix |
| h | The inner first dimension of the input matrix |
| A | The memory of the vector a |
| B | The memory of the vector b |
|
inline |
Wrappers for single-precision egblas bias_batch_var operation.
| b | The batch dimension of the matrix |
| n | The size of the output vector |
| w | The inner first dimension of the input matrix |
| h | The inner first dimension of the input matrix |
| A | The memory of the vector a |
| B | The memory of the vector b |
1.8.13