public class SpatialBatchNorm_F64 extends FunctionBatchNorm_F64 implements SpatialBatchNorm<Tensor_F64>
SpatialBatchNorm for Tensor_F64EPS, params, requiresGammaBetaminiBatchSize, parameters, shapeInput, shapeOutput, shapeParameters| Constructor and Description |
|---|
SpatialBatchNorm_F64(boolean requiresGammaBeta) |
| Modifier and Type | Method and Description |
|---|---|
void |
_forward(Tensor_F64 input,
Tensor_F64 output) |
void |
_initialize() |
_setParameters, getEPS, getTensorType, hasGammaBeta, setEPSforward, getOutputShape, getParameters, getParameterShapes, initialize, setParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforward, setParametersgetOutputShape, getParameters, getParameterShapes, getTensorType, initializegetEPS, hasGammaBeta, setEPSforward, setParameterspublic void _initialize()
_initialize in class FunctionBatchNorm_F64public void _forward(Tensor_F64 input, Tensor_F64 output)
_forward in class FunctionBatchNorm_F64