SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ElementwiseUnaryOperation.h 文件参考

浏览源代码.

struct  elementwise_unary_operation< Backend, Operand, ReturnType, UnaryOp >
 Template struct elementwise_unary_operation. This struct is specialized for computing element-wise operations for both matrices and vectors of CPU (SGMatrix/SGVector) or GPU (CGPUMatrix/CGPUVector). 更多...
 
struct  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). 更多...
 
struct  elementwise_unary_operation< Backend::EIGEN3, Operand, ReturnType, UnaryOp >
 Specialization for elementwise_unary_operation with EIGEN3 backend. The operand types MUST be of CPU types (SGMatrix/SGVector). 更多...
 

SHOGUN 机器学习工具包 - 项目文档