Uses of Interface
org.nd4j.linalg.profiler.OpProfiler.OpProfilerListener
-
Packages that use OpProfiler.OpProfilerListener Package Description org.nd4j.linalg.profiler -
-
Uses of OpProfiler.OpProfilerListener in org.nd4j.linalg.profiler
Methods in org.nd4j.linalg.profiler with parameters of type OpProfiler.OpProfilerListener Modifier and Type Method Description voidOpProfiler. addListener(OpProfiler.OpProfilerListener listener)dd the listener to the profilervoidOpProfiler. clearListener(OpProfiler.OpProfilerListener listener)Clear the listener from the profiler
-