public class SpatialBatchNorm_F32 extends FunctionBatchNorm_F32 implements SpatialBatchNorm<Tensor_F32>
SpatialBatchNorm for Tensor_F32EPS, params, requiresGammaBetaminiBatchSize, parameters, shapeInput, shapeOutput, shapeParameters| Constructor and Description |
|---|
SpatialBatchNorm_F32(boolean requiresGammaBeta) |
| Modifier and Type | Method and Description |
|---|---|
void |
_forward(Tensor_F32 input,
Tensor_F32 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_F32public void _forward(Tensor_F32 input, Tensor_F32 output)
_forward in class FunctionBatchNorm_F32