Package deepboof.impl.forward.standard
Class ElementWiseFunction<T extends Tensor>
java.lang.Object
deepboof.impl.forward.standard.BaseFunction<T>
deepboof.impl.forward.standard.ElementWiseFunction<T>
- All Implemented Interfaces:
Function<T>
- Direct Known Subclasses:
ActivationReLU_F32,ActivationReLU_F64,ActivationSigmoid_F32,ActivationSigmoid_F64,ActivationTanH_F32,ActivationTanH_F64,FunctionElementWiseMult_F32,FunctionElementWiseMult_F64
Base class for element-wise functions
-
Field Summary
Fields inherited from class deepboof.impl.forward.standard.BaseFunction
miniBatchSize, parameters, shapeInput, shapeOutput, shapeParameters -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class deepboof.impl.forward.standard.BaseFunction
_forward, forward, getOutputShape, getParameters, getParameterShapes, initialize, setParametersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface deepboof.Function
getTensorType
-
Constructor Details
-
ElementWiseFunction
public ElementWiseFunction()
-
-
Method Details
-
_initialize
public void _initialize()- Specified by:
_initializein classBaseFunction<T extends Tensor>
-
_setParameters
- Specified by:
_setParametersin classBaseFunction<T extends Tensor>
-