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