Class UpdateDecoder.LayerNamesDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.UpdateDecoder.LayerNamesDecoder
-
- All Implemented Interfaces:
Iterable<UpdateDecoder.LayerNamesDecoder>,Iterator<UpdateDecoder.LayerNamesDecoder>
- Enclosing class:
- UpdateDecoder
public static class UpdateDecoder.LayerNamesDecoder extends Object implements Iterable<UpdateDecoder.LayerNamesDecoder>, Iterator<UpdateDecoder.LayerNamesDecoder>
-
-
Constructor Summary
Constructors Constructor Description LayerNamesDecoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intactingBlockLength()StringBuilderappendTo(StringBuilder builder)intcount()intgetLayerName(byte[] dst, int dstOffset, int length)intgetLayerName(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)booleanhasNext()Iterator<UpdateDecoder.LayerNamesDecoder>iterator()StringlayerName()static StringlayerNameCharacterEncoding()static intlayerNameHeaderLength()static intlayerNameId()intlayerNameLength()static StringlayerNameMetaAttribute(MetaAttribute metaAttribute)UpdateDecoder.LayerNamesDecodernext()voidremove()static intsbeBlockLength()static intsbeHeaderSize()StringtoString()voidwrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)-
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.LayerNamesDecoder> iterator()
- Specified by:
iteratorin interfaceIterable<UpdateDecoder.LayerNamesDecoder>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<UpdateDecoder.LayerNamesDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<UpdateDecoder.LayerNamesDecoder>
-
next
public UpdateDecoder.LayerNamesDecoder next()
- Specified by:
nextin interfaceIterator<UpdateDecoder.LayerNamesDecoder>
-
layerNameId
public static int layerNameId()
-
layerNameCharacterEncoding
public static String layerNameCharacterEncoding()
-
layerNameMetaAttribute
public static String layerNameMetaAttribute(MetaAttribute metaAttribute)
-
layerNameHeaderLength
public static int layerNameHeaderLength()
-
layerNameLength
public int layerNameLength()
-
getLayerName
public int getLayerName(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
-
getLayerName
public int getLayerName(byte[] dst, int dstOffset, int length)
-
layerName
public String layerName()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-