Uses of Class
org.deeplearning4j.gradientcheck.GradientCheckUtil.PrintMode
-
Packages that use GradientCheckUtil.PrintMode Package Description org.deeplearning4j.gradientcheck -
-
Uses of GradientCheckUtil.PrintMode in org.deeplearning4j.gradientcheck
Methods in org.deeplearning4j.gradientcheck that return GradientCheckUtil.PrintMode Modifier and Type Method Description static GradientCheckUtil.PrintMode
GradientCheckUtil.PrintMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GradientCheckUtil.PrintMode[]
GradientCheckUtil.PrintMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-