public interface BatchNormalizationHelper extends LayerHelper
Modifier and Type | Method and Description |
---|---|
Pair<Gradient,INDArray> |
backpropGradient(INDArray input,
INDArray epsilon,
int[] shape,
INDArray gamma,
INDArray dGammaView,
INDArray dBetaView,
double eps,
LayerWorkspaceMgr workspaceMgr) |
boolean |
checkSupported(double eps) |
INDArray |
preOutput(INDArray x,
boolean training,
int[] shape,
INDArray gamma,
INDArray beta,
INDArray mean,
INDArray var,
double decay,
double eps,
LayerWorkspaceMgr workspaceMgr) |
helperMemoryUse
Copyright © 2018. All rights reserved.