类 | |
| 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). 更多... | |