BoundedTensorSpecProtoOrBuilder

interfaccia pubblica BoundedTensorSpecProtoOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

tipo di dati astratto
getDtipo ()
.tensorflow.DataType dtype = 3;
astratto int
getDtipoValore ()
.tensorflow.DataType dtype = 3;
TensoreProto astratto
getMaximum ()
.tensorflow.TensorProto maximum = 5;
astratto TensorProtoOrBuilder
getMaximumOrBuilder ()
.tensorflow.TensorProto maximum = 5;
TensoreProto astratto
getMinimo ()
.tensorflow.TensorProto minimum = 4;
astratto TensorProtoOrBuilder
getMinimumOrBuilder ()
.tensorflow.TensorProto minimum = 4;
stringa astratta
getNome ()
string name = 1;
astratto com.google.protobuf.ByteString
getNomeBytes ()
string name = 1;
astratto TensorShapeProto
ottieni forma ()
.tensorflow.TensorShapeProto shape = 2;
astratto TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
booleano astratto
haMassimo ()
.tensorflow.TensorProto maximum = 5;
booleano astratto
haMinimo ()
.tensorflow.TensorProto minimum = 4;
booleano astratto
haForma ()
.tensorflow.TensorShapeProto shape = 2;

Metodi pubblici

estratto pubblico DataType getDtype ()

.tensorflow.DataType dtype = 3;

public abstract int getDtypeValue ()

.tensorflow.DataType dtype = 3;

estratto pubblico TensorProto getMaximum ()

.tensorflow.TensorProto maximum = 5;

estratto pubblico TensorProtoOrBuilder getMaximumOrBuilder ()

.tensorflow.TensorProto maximum = 5;

estratto pubblico TensorProto getMinimum ()

.tensorflow.TensorProto minimum = 4;

estratto pubblico TensorProtoOrBuilder getMinimumOrBuilder ()

.tensorflow.TensorProto minimum = 4;

stringa astratta pubblica getName ()

string name = 1;

estratto pubblico com.google.protobuf.ByteString getNameBytes ()

string name = 1;

estratto pubblico TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

estratto pubblico TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public abstract booleano hasMaximum ()

.tensorflow.TensorProto maximum = 5;

public abstract booleano hasMinimum ()

.tensorflow.TensorProto minimum = 4;

pubblico astratto booleano hasShape ()

.tensorflow.TensorShapeProto shape = 2;