Uses of Class
org.nd4j.autodiff.listeners.debugging.ExecDebuggingListener.PrintMode
-
Packages that use ExecDebuggingListener.PrintMode Package Description org.nd4j.autodiff.listeners.debugging -
-
Uses of ExecDebuggingListener.PrintMode in org.nd4j.autodiff.listeners.debugging
Methods in org.nd4j.autodiff.listeners.debugging that return ExecDebuggingListener.PrintMode Modifier and Type Method Description static ExecDebuggingListener.PrintModeExecDebuggingListener.PrintMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecDebuggingListener.PrintMode[]ExecDebuggingListener.PrintMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nd4j.autodiff.listeners.debugging with parameters of type ExecDebuggingListener.PrintMode Constructor Description ExecDebuggingListener(ExecDebuggingListener.PrintMode printMode, int maxIterations, boolean logIter)
-