Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Macros
Classes | Namespaces
cxxnet_op.h File Reference

extra mshadow operation for cxxnet More...

#include "mshadow/tensor.h"

Go to the source code of this file.

Classes

struct  mshadow::op::sigmoid
 
struct  mshadow::op::sigmoid_grad
 
struct  mshadow::op::relu
 Rectified Linear Operation. More...
 
struct  mshadow::op::relu_grad
 
struct  mshadow::op::tanh
 
struct  mshadow::op::tanh_grad
 
struct  mshadow::op::softplus
 
struct  mshadow::op::softplus_grad
 
struct  mshadow::op::bnll
 
struct  mshadow::op::bnll_grad
 
struct  mshadow::op::square
 
struct  mshadow::op::stanh
 scaled tanh, hard code the scale factor More...
 
struct  mshadow::op::stanh_grad
 
struct  mshadow::op::threshold
 used for generate Bernoulli mask More...
 
struct  mshadow::op::power
 used for generate element of power More...
 
struct  mshadow::op::sqrtop
 

Namespaces

 mshadow
 namespace for mshadow
 
 mshadow::op
 operations for algorithm
 

Detailed Description

extra mshadow operation for cxxnet

Author
Bing Xu