public static final class Deepwater.Cmd
extends com.google.protobuf.nano.MessageNano
Modifier and Type | Field and Description |
---|---|
byte[][] |
data |
double[] |
dropoutRatios |
java.lang.String |
graph |
int[] |
inputShape |
float |
learningRate |
float |
momentum |
java.lang.String |
path |
long |
randomSeed |
int[] |
sizes |
java.lang.String |
solverType |
int |
type |
java.lang.String[] |
types |
boolean |
useGpu |
Constructor and Description |
---|
Deepwater.Cmd() |
Modifier and Type | Method and Description |
---|---|
Deepwater.Cmd |
clear() |
protected int |
computeSerializedSize() |
static Deepwater.Cmd[] |
emptyArray() |
Deepwater.Cmd |
mergeFrom(com.google.protobuf.nano.CodedInputByteBufferNano input) |
static Deepwater.Cmd |
parseFrom(byte[] data) |
static Deepwater.Cmd |
parseFrom(com.google.protobuf.nano.CodedInputByteBufferNano input) |
void |
writeTo(com.google.protobuf.nano.CodedOutputByteBufferNano output) |
public int type
public java.lang.String graph
public int[] inputShape
public java.lang.String solverType
public float learningRate
public float momentum
public long randomSeed
public boolean useGpu
public int[] sizes
public java.lang.String[] types
public double[] dropoutRatios
public byte[][] data
public java.lang.String path
public static Deepwater.Cmd[] emptyArray()
public Deepwater.Cmd clear()
public void writeTo(com.google.protobuf.nano.CodedOutputByteBufferNano output) throws java.io.IOException
writeTo
in class com.google.protobuf.nano.MessageNano
java.io.IOException
protected int computeSerializedSize()
computeSerializedSize
in class com.google.protobuf.nano.MessageNano
public Deepwater.Cmd mergeFrom(com.google.protobuf.nano.CodedInputByteBufferNano input) throws java.io.IOException
mergeFrom
in class com.google.protobuf.nano.MessageNano
java.io.IOException
public static Deepwater.Cmd parseFrom(byte[] data) throws com.google.protobuf.nano.InvalidProtocolBufferNanoException
com.google.protobuf.nano.InvalidProtocolBufferNanoException
public static Deepwater.Cmd parseFrom(com.google.protobuf.nano.CodedInputByteBufferNano input) throws java.io.IOException
java.io.IOException