SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Types | Static Public Member Functions
elementwise_unary_operation< Backend::NATIVE, Operand, ReturnType, UnaryOp > Struct Template Reference

Detailed Description

template<class Operand, class ReturnType, class UnaryOp>
struct shogun::linalg::implementation::elementwise_unary_operation< Backend::NATIVE, Operand, ReturnType, UnaryOp >

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)
 

Member Typedef Documentation

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.

Member Function Documentation

static void compute ( Operand  operand,
ReturnType  result,
UnaryOp  unary_op 
)
static

Method compute that computes element-wise UnaryOp operation for the Operand.

Parameters
operandThe operand on which element-wise unary operation has to be performed
resultThe result of applying the unary operator on each scalar of the operand
unary_opThe custom unary operator (a functor, lambda expression or a function pointer)

Definition at line 95 of file ElementwiseUnaryOperation.h.


The documentation for this struct was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation