Class UpdateEncoder.PerformanceEncoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.UpdateEncoder.PerformanceEncoder
-
- Enclosing class:
- UpdateEncoder
public static class UpdateEncoder.PerformanceEncoder extends Object
-
-
Constructor Summary
Constructors Constructor Description PerformanceEncoder()
-
Method Summary
-
-
-
Method Detail
-
wrap
public void wrap(UpdateEncoder parentMessage, org.agrona.MutableDirectBuffer buffer, int count)
-
sbeHeaderSize
public static int sbeHeaderSize()
-
sbeBlockLength
public static int sbeBlockLength()
-
next
public UpdateEncoder.PerformanceEncoder next()
-
totalRuntimeMsNullValue
public static long totalRuntimeMsNullValue()
-
totalRuntimeMsMinValue
public static long totalRuntimeMsMinValue()
-
totalRuntimeMsMaxValue
public static long totalRuntimeMsMaxValue()
-
totalRuntimeMs
public UpdateEncoder.PerformanceEncoder totalRuntimeMs(long value)
-
totalExamplesNullValue
public static long totalExamplesNullValue()
-
totalExamplesMinValue
public static long totalExamplesMinValue()
-
totalExamplesMaxValue
public static long totalExamplesMaxValue()
-
totalExamples
public UpdateEncoder.PerformanceEncoder totalExamples(long value)
-
totalMinibatchesNullValue
public static long totalMinibatchesNullValue()
-
totalMinibatchesMinValue
public static long totalMinibatchesMinValue()
-
totalMinibatchesMaxValue
public static long totalMinibatchesMaxValue()
-
totalMinibatches
public UpdateEncoder.PerformanceEncoder totalMinibatches(long value)
-
examplesPerSecondNullValue
public static float examplesPerSecondNullValue()
-
examplesPerSecondMinValue
public static float examplesPerSecondMinValue()
-
examplesPerSecondMaxValue
public static float examplesPerSecondMaxValue()
-
examplesPerSecond
public UpdateEncoder.PerformanceEncoder examplesPerSecond(float value)
-
minibatchesPerSecondNullValue
public static float minibatchesPerSecondNullValue()
-
minibatchesPerSecondMinValue
public static float minibatchesPerSecondMinValue()
-
minibatchesPerSecondMaxValue
public static float minibatchesPerSecondMaxValue()
-
minibatchesPerSecond
public UpdateEncoder.PerformanceEncoder minibatchesPerSecond(float value)
-
-