| Package | Description |
|---|---|
| org.nd4j.autodiff.listeners.profiler.comparison |
| Modifier and Type | Method and Description |
|---|---|
static TraceEvent[] |
ProfileAnalyzer.getTraceEvents(File file,
ProfileAnalyzer.ProfileFormat profileFormat)
Load and return the TraceEvent object from the specified profile file
|
static 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 directory
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ProfileAnalyzer.summarizeTraceEvents(TraceEvent[] events)
Summarize the specified TraceEvents as a String
|
Copyright © 2021. All rights reserved.