Uses of Class
org.nd4j.autodiff.samediff.api.OutAndGrad
-
Packages that use OutAndGrad Package Description org.nd4j.autodiff.samediff -
-
Uses of OutAndGrad in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff that return OutAndGrad Modifier and Type Method Description OutAndGradSameDiff. calculateGradientsAndOutputs(Map<String,INDArray> placeholderVals, Collection<String> outputVars, Collection<String> gradientVars)Calculate the activations and the gradients for the specified variables, in one execution call.
-