Class UpdateDecoder.PerformanceDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.UpdateDecoder.PerformanceDecoder
-
- All Implemented Interfaces:
Iterable<UpdateDecoder.PerformanceDecoder>
,Iterator<UpdateDecoder.PerformanceDecoder>
- Enclosing class:
- UpdateDecoder
public static class UpdateDecoder.PerformanceDecoder extends Object implements Iterable<UpdateDecoder.PerformanceDecoder>, Iterator<UpdateDecoder.PerformanceDecoder>
-
-
Constructor Summary
Constructors Constructor Description PerformanceDecoder()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
wrap
public void wrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)
-
sbeHeaderSize
public static int sbeHeaderSize()
-
sbeBlockLength
public static int sbeBlockLength()
-
actingBlockLength
public int actingBlockLength()
-
count
public int count()
-
iterator
public Iterator<UpdateDecoder.PerformanceDecoder> iterator()
- Specified by:
iterator
in interfaceIterable<UpdateDecoder.PerformanceDecoder>
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<UpdateDecoder.PerformanceDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<UpdateDecoder.PerformanceDecoder>
-
next
public UpdateDecoder.PerformanceDecoder next()
- Specified by:
next
in interfaceIterator<UpdateDecoder.PerformanceDecoder>
-
totalRuntimeMsId
public static int totalRuntimeMsId()
-
totalRuntimeMsMetaAttribute
public static String totalRuntimeMsMetaAttribute(MetaAttribute metaAttribute)
-
totalRuntimeMsNullValue
public static long totalRuntimeMsNullValue()
-
totalRuntimeMsMinValue
public static long totalRuntimeMsMinValue()
-
totalRuntimeMsMaxValue
public static long totalRuntimeMsMaxValue()
-
totalRuntimeMs
public long totalRuntimeMs()
-
totalExamplesId
public static int totalExamplesId()
-
totalExamplesMetaAttribute
public static String totalExamplesMetaAttribute(MetaAttribute metaAttribute)
-
totalExamplesNullValue
public static long totalExamplesNullValue()
-
totalExamplesMinValue
public static long totalExamplesMinValue()
-
totalExamplesMaxValue
public static long totalExamplesMaxValue()
-
totalExamples
public long totalExamples()
-
totalMinibatchesId
public static int totalMinibatchesId()
-
totalMinibatchesMetaAttribute
public static String totalMinibatchesMetaAttribute(MetaAttribute metaAttribute)
-
totalMinibatchesNullValue
public static long totalMinibatchesNullValue()
-
totalMinibatchesMinValue
public static long totalMinibatchesMinValue()
-
totalMinibatchesMaxValue
public static long totalMinibatchesMaxValue()
-
totalMinibatches
public long totalMinibatches()
-
examplesPerSecondId
public static int examplesPerSecondId()
-
examplesPerSecondMetaAttribute
public static String examplesPerSecondMetaAttribute(MetaAttribute metaAttribute)
-
examplesPerSecondNullValue
public static float examplesPerSecondNullValue()
-
examplesPerSecondMinValue
public static float examplesPerSecondMinValue()
-
examplesPerSecondMaxValue
public static float examplesPerSecondMaxValue()
-
examplesPerSecond
public float examplesPerSecond()
-
minibatchesPerSecondId
public static int minibatchesPerSecondId()
-
minibatchesPerSecondMetaAttribute
public static String minibatchesPerSecondMetaAttribute(MetaAttribute metaAttribute)
-
minibatchesPerSecondNullValue
public static float minibatchesPerSecondNullValue()
-
minibatchesPerSecondMinValue
public static float minibatchesPerSecondMinValue()
-
minibatchesPerSecondMaxValue
public static float minibatchesPerSecondMaxValue()
-
minibatchesPerSecond
public float minibatchesPerSecond()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-