Uses of Class
org.nd4j.autodiff.listeners.profiler.comparison.ProfileAnalyzer.SortBy
-
Packages that use ProfileAnalyzer.SortBy Package Description org.nd4j.autodiff.listeners.profiler.comparison -
-
Uses of ProfileAnalyzer.SortBy in org.nd4j.autodiff.listeners.profiler.comparison
Methods in org.nd4j.autodiff.listeners.profiler.comparison that return ProfileAnalyzer.SortBy Modifier and Type Method Description static ProfileAnalyzer.SortByProfileAnalyzer.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ProfileAnalyzer.SortBy[]ProfileAnalyzer.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.autodiff.listeners.profiler.comparison with parameters of type ProfileAnalyzer.SortBy Modifier and Type Method Description static StringProfileAnalyzer. compareProfiles(@NonNull File file1, @NonNull File file2, @NonNull ProfileAnalyzer.ProfileFormat format1, @NonNull ProfileAnalyzer.ProfileFormat format2, boolean firstIsDir, boolean secondIsDir, String name1, String name2, ProfileAnalyzer.SortBy sortBy)Compare the specified profile files or directory
-