Uses of Class
org.nd4j.autodiff.validation.GradCheckUtil.Subset
-
Packages that use GradCheckUtil.Subset Package Description org.nd4j.autodiff.validation -
-
Uses of GradCheckUtil.Subset in org.nd4j.autodiff.validation
Methods in org.nd4j.autodiff.validation that return GradCheckUtil.Subset Modifier and Type Method Description static GradCheckUtil.Subset
GradCheckUtil.Subset. valueOf(String name)
Returns the enum constant of this type with the specified name.static GradCheckUtil.Subset[]
GradCheckUtil.Subset. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.autodiff.validation with parameters of type GradCheckUtil.Subset Modifier and Type Method Description static boolean
GradCheckUtil. checkGradients(SameDiff sd, Map<String,INDArray> placeholderValues, double eps, double maxRelError, double minAbsError, boolean print, boolean exitOnFirstFailure, boolean skipValidation, boolean debugMode, Set<String> skipVariables, Map<String,INDArray> gradCheckMask, int maxPerParam, GradCheckUtil.Subset subset)
-