nnlib
GPU-accelerated, C/C++ neural network library.
Public Member Functions | Public Attributes | List of all members
BackwardFunction Class Referenceabstract
Inheritance diagram for BackwardFunction:
Function< sTensor, float > Function< sTensor, sTensor > Function< sTensor > Function< Types > MulConstant Add AddBroadcast Divide Hadamard MatVecMul Matmul Subtract Log ReLU Sigmoid SumReduce Transpose

Public Member Functions

virtual std::vector< sTensor > backward (sTensor grad)=0
 

Public Attributes

std::vector< sTensor > parents
 

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