SHOGUN
4.2.0
|
Generic class which is specialized for different backends to perform the rectified_linear operation
Definition at line 178 of file implementation/SpecialPurpose.h.
Public Types | |
typedef Matrix::Scalar | T |
Static Public Member Functions | |
static void | compute (Matrix A, Matrix result) |
typedef Matrix::Scalar T |
Scalar type
Definition at line 181 of file implementation/SpecialPurpose.h.
|
static |
Applies the elementwise rectified linear function f(x) = max(0,x) to a matrix