BoundedTensorSpecProto

clase final pública BoundedTensorSpecProto

 A protobuf to represent tf.BoundedTensorSpec.
 
tensorflow.BoundedTensorSpecProto tipo Protobuf.BoundedTensorSpecProto

Clases anidadas

clase BoundedTensorSpecProto.Builder
 A protobuf to represent tf.BoundedTensorSpec. 

Constantes

entero DTYPE_FIELD_NUMBER
entero MAXIMUM_FIELD_NUMBER
entero MINIMUM_FIELD_NUMBER
entero NOMBRE_CAMPO_NÚMERO
entero SHAPE_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
estático BoundedTensorSpecProto
BoundedTensorSpecProto
com.google.protobuf.Descriptors.Descriptor estático final
Tipo de datos
obtener tipo D ()
.tensorflow.DataType dtype = 3;
entero
getDtypeValue ()
.tensorflow.DataType dtype = 3;
TensorProto
obtener máximo ()
.tensorflow.TensorProto maximum = 5;
TensorProtoOrBuilder
obtenerMaximumOrBuilder ()
.tensorflow.TensorProto maximum = 5;
TensorProto
obtener mínimo ()
.tensorflow.TensorProto minimum = 4;
TensorProtoOrBuilder
getMinimumOrBuilder ()
.tensorflow.TensorProto minimum = 4;
Cadena
obtenerNombre ()
string name = 1;
com.google.protobuf.ByteString
getNombreBytes ()
string name = 1;
entero
TensorShapeProto
obtener forma ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
com.google.protobuf.UnknownFieldSet final
booleano
tiene máximo ()
.tensorflow.TensorProto maximum = 5;
booleano
tiene mínimo ()
.tensorflow.TensorProto minimum = 4;
booleano
tiene forma ()
.tensorflow.TensorShapeProto shape = 2;
entero
booleano final
estático BoundedTensorSpecProto.Builder
estático BoundedTensorSpecProto.Builder
BoundedTensorSpecProto.Builder
estático BoundedTensorSpecProto
parseDelimitedFrom (entrada de InputStream)
estático BoundedTensorSpecProto
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático BoundedTensorSpecProto
parseFrom (datos de ByteBuffer)
estático BoundedTensorSpecProto
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático BoundedTensorSpecProto
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático BoundedTensorSpecProto
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático BoundedTensorSpecProto
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático BoundedTensorSpecProto
parseFrom (datos com.google.protobuf.ByteString)
estático BoundedTensorSpecProto
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático BoundedTensorSpecProto
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
BoundedTensorSpecProto.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público DTYPE_FIELD_NUMBER

Valor constante: 3

int final estático público MAXIMUM_FIELD_NUMBER

Valor constante: 5

int final estático público MINIMUM_FIELD_NUMBER

Valor constante: 4

público estático final int NAME_FIELD_NUMBER

Valor constante: 1

int final estático público SHAPE_FIELD_NUMBER

Valor constante: 2

Métodos públicos

público booleano es igual (Objeto obj)

público estático BoundedTensorSpecProto getDefaultInstance ()

público BoundedTensorSpecProto getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

tipo de datos público getDtype ()

.tensorflow.DataType dtype = 3;

público int getDtypeValue ()

.tensorflow.DataType dtype = 3;

TensorProto público getMaximum ()

.tensorflow.TensorProto maximum = 5;

público TensorProtoOrBuilder getMaximumOrBuilder ()

.tensorflow.TensorProto maximum = 5;

público TensorProto getMinimum ()

.tensorflow.TensorProto minimum = 4;

público TensorProtoOrBuilder getMinimumOrBuilder ()

.tensorflow.TensorProto minimum = 4;

cadena pública getName ()

string name = 1;

público com.google.protobuf.ByteString getNameBytes ()

string name = 1;

público getParserForType ()

público int getSerializedSize ()

público TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

público TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

público final com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasMaximum público booleano ()

.tensorflow.TensorProto maximum = 5;

hasMinimum booleano público ()

.tensorflow.TensorProto minimum = 4;

hasShape booleano público ()

.tensorflow.TensorShapeProto shape = 2;

código hash int público ()

público final booleano isInitialized ()

público estático BoundedTensorSpecProto.Builder newBuilder (prototipo BoundedTensorSpecProto )

público estático BoundedTensorSpecProto.Builder newBuilder ()

público BoundedTensorSpecProto.Builder newBuilderForType ()

público estático BoundedTensorSpecProto parseDelimitedFrom (entrada InputStream)

Lanza
IOExcepción

público estático BoundedTensorSpecProto parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

público estático BoundedTensorSpecProto parseFrom (datos ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

público estático BoundedTensorSpecProto parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

público estático BoundedTensorSpecProto parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

público estático BoundedTensorSpecProto parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOExcepción

público estático BoundedTensorSpecProto parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

público estático BoundedTensorSpecProto parseFrom (datos com.google.protobuf.ByteString)

Lanza
Excepción de buffer de protocolo no válido

público estático BoundedTensorSpecProto parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

público estático BoundedTensorSpecProto parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

público BoundedTensorSpecProto.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción