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 |
getMeanCache() |
INDArray |
getVarCache() |
INDArray |
preOutput(INDArray x,
boolean training,
int[] shape,
INDArray gamma,
INDArray beta,
INDArray mean,
INDArray var,
double decay,
double eps,
LayerWorkspaceMgr workspaceMgr) |
helperMemoryUse
boolean checkSupported(double eps)
Pair<Gradient,INDArray> backpropGradient(INDArray input, INDArray epsilon, int[] shape, INDArray gamma, INDArray dGammaView, INDArray dBetaView, double eps, LayerWorkspaceMgr workspaceMgr)
INDArray preOutput(INDArray x, boolean training, int[] shape, INDArray gamma, INDArray beta, INDArray mean, INDArray var, double decay, double eps, LayerWorkspaceMgr workspaceMgr)
INDArray getMeanCache()
INDArray getVarCache()
Copyright © 2018. All rights reserved.