Class InitFieldsPresentDecoder
- java.lang.Object
-
- org.deeplearning4j.ui.model.stats.sbe.InitFieldsPresentDecoder
-
@Generated("org.deeplearning4j.ui.stats.sbe.InitFieldsPresentDecoder") public class InitFieldsPresentDecoder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ENCODED_LENGTH
-
Constructor Summary
Constructors Constructor Description InitFieldsPresentDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilder
appendTo(StringBuilder builder)
int
encodedLength()
boolean
hardwareInfo()
boolean
modelInfo()
boolean
softwareInfo()
String
toString()
InitFieldsPresentDecoder
wrap(org.agrona.DirectBuffer buffer, int offset)
-
-
-
Field Detail
-
ENCODED_LENGTH
public static final int ENCODED_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
wrap
public InitFieldsPresentDecoder wrap(org.agrona.DirectBuffer buffer, int offset)
-
encodedLength
public int encodedLength()
-
softwareInfo
public boolean softwareInfo()
-
hardwareInfo
public boolean hardwareInfo()
-
modelInfo
public boolean modelInfo()
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
-