Uses of Class
org.nd4j.autodiff.listeners.impl.UIListener.FileMode
-
Packages that use UIListener.FileMode Package Description org.nd4j.autodiff.listeners.impl -
-
Uses of UIListener.FileMode in org.nd4j.autodiff.listeners.impl
Methods in org.nd4j.autodiff.listeners.impl that return UIListener.FileMode Modifier and Type Method Description static UIListener.FileModeUIListener.FileMode. valueOf(String name)Returns the enum constant of this type with the specified name.static UIListener.FileMode[]UIListener.FileMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.autodiff.listeners.impl with parameters of type UIListener.FileMode Modifier and Type Method Description UIListener.BuilderUIListener.Builder. fileMode(UIListener.FileMode fileMode)
-