nnlib
GPU-accelerated, C/C++ neural network library.
MulConstant Member List

This is the complete list of members for MulConstant, including all inherited members.

backward(sTensor grad) override (defined in Function< sTensor, float >)Function< sTensor, float >inlinevirtual
backwardFn(sTensor grad) override (defined in MulConstant)MulConstantvirtual
constantCache (defined in MulConstant)MulConstantprivate
forward(const Types &... args) (defined in Function< sTensor, float >)Function< sTensor, float >inline
forwardFn(const sTensor &a, const float &b) override (defined in MulConstant)MulConstant
forwardFn(const Types &... args)=0 (defined in Function< sTensor, float >)Function< sTensor, float >pure virtual
Function()=default (defined in Function< sTensor, float >)Function< sTensor, float >
parents (defined in BackwardFunction)BackwardFunction
~BackwardFunction()=default (defined in BackwardFunction)BackwardFunctionvirtual
~Function() override=default (defined in Function< sTensor, float >)Function< sTensor, float >