Package deepboof.impl.forward.standard
Class SpatialBatchNorm_F64
java.lang.Object
deepboof.impl.forward.standard.BaseFunction<Tensor_F64>
deepboof.impl.forward.standard.FunctionBatchNorm_F64
deepboof.impl.forward.standard.SpatialBatchNorm_F64
- All Implemented Interfaces:
BatchNorm,FunctionBatchNorm<Tensor_F64>,SpatialBatchNorm<Tensor_F64>,Function<Tensor_F64>
public class SpatialBatchNorm_F64
extends FunctionBatchNorm_F64
implements SpatialBatchNorm<Tensor_F64>
Implementation of
SpatialBatchNorm for Tensor_F64-
Field Summary
Fields inherited from class deepboof.impl.forward.standard.FunctionBatchNorm_F64
EPS, params, requiresGammaBetaFields 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.FunctionBatchNorm_F64
_setParameters, getEPS, getTensorType, hasGammaBeta, setEPSMethods inherited from class deepboof.impl.forward.standard.BaseFunction
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.forward.BatchNorm
getEPS, hasGammaBeta, setEPSMethods inherited from interface deepboof.Function
getOutputShape, getParameters, getParameterShapes, getTensorType, initializeMethods inherited from interface deepboof.forward.FunctionBatchNorm
forward, setParametersMethods inherited from interface deepboof.forward.SpatialBatchNorm
forward, setParameters
-
Constructor Details
-
SpatialBatchNorm_F64
public SpatialBatchNorm_F64(boolean requiresGammaBeta)
-
-
Method Details
-
_initialize
public void _initialize()- Overrides:
_initializein classFunctionBatchNorm_F64
-
_forward
- Overrides:
_forwardin classFunctionBatchNorm_F64
-