Expression Templates Library (ETL)
Functions
relu_der_out.hpp File Reference

EGBLAS wrappers for the relu_der_out operation. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void etl::impl::egblas::relu_der_out ([[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 relu_der_out operation. More...
 
void etl::impl::egblas::relu_der_out ([[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 relu_der_out operation. More...
 

Detailed Description

EGBLAS wrappers for the relu_der_out operation.

Function Documentation

◆ relu_der_out() [1/2]

void etl::impl::egblas::relu_der_out ( [[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 relu_der_out operation.

Parameters
nThe size of the vector
alphaThe scaling factor alpha
AThe memory of the vector a
ldaThe leading dimension of a
BThe memory of the vector b
ldbThe leading dimension of b

◆ relu_der_out() [2/2]

void etl::impl::egblas::relu_der_out ( [[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 relu_der_out operation.

Parameters
nThe size of the vector
alphaThe scaling factor alpha
AThe memory of the vector a
ldaThe leading dimension of a
BThe memory of the vector b
ldbThe leading dimension of b