Uses of Class
org.nd4j.autodiff.listeners.profiler.data.TraceEvent
-
Packages that use TraceEvent Package Description org.nd4j.autodiff.listeners.profiler.comparison -
-
Uses of TraceEvent in org.nd4j.autodiff.listeners.profiler.comparison
Methods in org.nd4j.autodiff.listeners.profiler.comparison that return TraceEvent Modifier and Type Method Description static TraceEvent[]ProfileAnalyzer. getTraceEvents(File file, ProfileAnalyzer.ProfileFormat profileFormat)Load and return the TraceEvent object from the specified profile filestatic TraceEvent[]ProfileAnalyzer. getTraceEvents(File file, ProfileAnalyzer.ProfileFormat profileFormat, boolean aggregateTFSubOps)static TraceEvent[]ProfileAnalyzer. getTraceEventsDir(File dir, ProfileAnalyzer.ProfileFormat profileFormat)Load, aggregate and return the TraceEvent object from all profiles in the specified directoryMethods in org.nd4j.autodiff.listeners.profiler.comparison with parameters of type TraceEvent Modifier and Type Method Description static StringProfileAnalyzer. summarizeTraceEvents(TraceEvent[] events)Summarize the specified TraceEvents as a String
-