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 int
actingBlockLength()
StringBuilder
appendTo(StringBuilder builder)
int
count()
int
getLayerName(byte[] dst, int dstOffset, int length)
int
getLayerName(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
boolean
hasNext()
Iterator<UpdateDecoder.LayerNamesDecoder>
iterator()
String
layerName()
static String
layerNameCharacterEncoding()
static int
layerNameHeaderLength()
static int
layerNameId()
int
layerNameLength()
static String
layerNameMetaAttribute(MetaAttribute metaAttribute)
UpdateDecoder.LayerNamesDecoder
next()
void
remove()
static int
sbeBlockLength()
static int
sbeHeaderSize()
String
toString()
void
wrap(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:
iterator
in interfaceIterable<UpdateDecoder.LayerNamesDecoder>
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<UpdateDecoder.LayerNamesDecoder>
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<UpdateDecoder.LayerNamesDecoder>
-
next
public UpdateDecoder.LayerNamesDecoder next()
- Specified by:
next
in 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)
-
-