EGBLAS wrappers for the sigmoid operation.
More...
Go to the source code of this file.
|
| void | etl::impl::egblas::sigmoid ([[maybe_unused]] size_t n, [[maybe_unused]] float alpha, [[maybe_unused]] float *A, [[maybe_unused]] size_t lda, [[maybe_unused]] float *B, [[maybe_unused]] size_t ldb) |
| | Wrappers for single-precision egblas sigmoid operation. More...
|
| |
| void | etl::impl::egblas::sigmoid ([[maybe_unused]] size_t n, [[maybe_unused]] double alpha, [[maybe_unused]] double *A, [[maybe_unused]] size_t lda, [[maybe_unused]] double *B, [[maybe_unused]] size_t ldb) |
| | Wrappers for double-precision egblas sigmoid operation. More...
|
| |
EGBLAS wrappers for the sigmoid operation.
◆ sigmoid() [1/2]
| void etl::impl::egblas::sigmoid |
( |
[[maybe_unused] ] size_t |
n, |
|
|
[[maybe_unused] ] float |
alpha, |
|
|
[[maybe_unused] ] float * |
A, |
|
|
[[maybe_unused] ] size_t |
lda, |
|
|
[[maybe_unused] ] float * |
B, |
|
|
[[maybe_unused] ] size_t |
ldb |
|
) |
| |
|
inline |
Wrappers for single-precision egblas sigmoid operation.
- Parameters
-
| n | The size of the vector |
| alpha | The scaling factor alpha |
| 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 |
◆ sigmoid() [2/2]
| void etl::impl::egblas::sigmoid |
( |
[[maybe_unused] ] size_t |
n, |
|
|
[[maybe_unused] ] double |
alpha, |
|
|
[[maybe_unused] ] double * |
A, |
|
|
[[maybe_unused] ] size_t |
lda, |
|
|
[[maybe_unused] ] double * |
B, |
|
|
[[maybe_unused] ] size_t |
ldb |
|
) |
| |
|
inline |
Wrappers for double-precision egblas sigmoid operation.
- Parameters
-
| n | The size of the vector |
| alpha | The scaling factor alpha |
| 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 |