SHOGUN
4.2.0
|
Specialization for elementwise_unary_operation with NATIVE backend. The operand types MUST be of CPU types (SGMatrix/SGVector).
Definition at line 71 of file ElementwiseUnaryOperation.h.
Public Types | |
using | T = typename Operand::Scalar |
using | ST = typename ReturnType::Scalar |
Static Public Member Functions | |
static void | compute (Operand operand, ReturnType result, UnaryOp unary_op) |
using ST = typename ReturnType::Scalar |
The scalar type of the result
Definition at line 77 of file ElementwiseUnaryOperation.h.
using T = typename Operand::Scalar |
The scalar type of the operand
Definition at line 74 of file ElementwiseUnaryOperation.h.
|
static |
Method compute that computes element-wise UnaryOp operation for the Operand.
operand | The operand on which element-wise unary operation has to be performed |
result | The result of applying the unary operator on each scalar of the operand |
unary_op | The custom unary operator (a functor, lambda expression or a function pointer) |
Definition at line 95 of file ElementwiseUnaryOperation.h.