BoundedTensorSpecProtoOrBuilder

interface pública BoundedTensorSpecProtoOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

DataType abstrato
getDtype ()
.tensorflow.DataType dtype = 3;
int abstrato
getDtypeValue ()
.tensorflow.DataType dtype = 3;
TensorProto abstrato
getMaximum ()
.tensorflow.TensorProto maximum = 5;
TensorProtoOrBuilder abstrato
getMaximumOrBuilder ()
.tensorflow.TensorProto maximum = 5;
TensorProto abstrato
getMinimum ()
.tensorflow.TensorProto minimum = 4;
TensorProtoOrBuilder abstrato
getMinimumOrBuilder ()
.tensorflow.TensorProto minimum = 4;
String abstrata
getName ()
string name = 1;
abstract com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
TensorShapeProto abstrato
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder abstrato
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
booleano abstrato
hasMaximum ()
.tensorflow.TensorProto maximum = 5;
booleano abstrato
hasMinimum ()
.tensorflow.TensorProto minimum = 4;
booleano abstrato
hasShape ()
.tensorflow.TensorShapeProto shape = 2;

Métodos Públicos

public abstract DataType getDtype ()

.tensorflow.DataType dtype = 3;

public abstract int getDtypeValue ()

.tensorflow.DataType dtype = 3;

public abstract TensorProto getMaximum ()

.tensorflow.TensorProto maximum = 5;

public abstract TensorProtoOrBuilder getMaximumOrBuilder ()

.tensorflow.TensorProto maximum = 5;

public abstract TensorProto getMinimum ()

.tensorflow.TensorProto minimum = 4;

public abstract TensorProtoOrBuilder getMinimumOrBuilder ()

.tensorflow.TensorProto minimum = 4;

public abstract String getName ()

string name = 1;

public abstract com.google.protobuf.ByteString getNameBytes ()

string name = 1;

public abstract TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

public abstract TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public abstract boolean hasMaximum ()

.tensorflow.TensorProto maximum = 5;

public abstract boolean hasMinimum ()

.tensorflow.TensorProto minimum = 4;

public abstract boolean hasShape ()

.tensorflow.TensorShapeProto shape = 2;