@Generated(value="org.deeplearning4j.ui.stats.sbe.InitFieldsPresentDecoder") public class InitFieldsPresentDecoder extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ENCODED_LENGTH |
| Constructor and Description |
|---|
InitFieldsPresentDecoder() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
appendTo(StringBuilder builder) |
int |
encodedLength() |
boolean |
hardwareInfo() |
boolean |
modelInfo() |
boolean |
softwareInfo() |
String |
toString() |
InitFieldsPresentDecoder |
wrap(org.agrona.DirectBuffer buffer,
int offset) |
public static final int ENCODED_LENGTH
public InitFieldsPresentDecoder wrap(org.agrona.DirectBuffer buffer, int offset)
public int encodedLength()
public boolean softwareInfo()
public boolean hardwareInfo()
public boolean modelInfo()
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2019. All rights reserved.