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