NamedTensorProto

clase final pública NamedTensorProto

 A pair of tensor name and tensor values.
 
Protobuf tipo tensorflow.NamedTensorProto

Clases anidadas

clase NamedTensorProto.Builder
 A pair of tensor name and tensor values. 

Constantes

En t NOMBRE_CAMPO_NÚMERO
En t TENSOR_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
estático NamedTensorProto
NombradoTensorProto
com.google.protobuf.Descriptors.Descriptor estático final
Cadena
obtenerNombre ()
 Name of the tensor.
com.google.protobuf.ByteString
getNombreBytes ()
 Name of the tensor.
En t
TensorProto
obtenerTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
TensorProtoOrBuilder
getTensorOrBuilder ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
com.google.protobuf.UnknownFieldSet final
booleano
tieneTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
En t
booleano final
estático NamedTensorProto.Builder
estático NamedTensorProto.Builder
NamedTensorProto.Builder
estático NamedTensorProto
parseDelimitedFrom (entrada de InputStream)
estático NamedTensorProto
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (datos de ByteBuffer)
estático NamedTensorProto
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático NamedTensorProto
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático NamedTensorProto
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (datos com.google.protobuf.ByteString)
estático NamedTensorProto
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático NamedTensorProto
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
NamedTensorProto.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático final int NAME_FIELD_NUMBER

Valor constante: 1

int final estático público TENSOR_FIELD_NUMBER

Valor constante: 2

Métodos públicos

público booleano es igual (Objeto obj)

público estático NamedTensorProto getDefaultInstance ()

público NamedTensorProto getDefaultInstanceForType ()

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

cadena pública getName ()

 Name of the tensor.
 
string name = 1;

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

 Name of the tensor.
 
string name = 1;

público getParserForType ()

público int getSerializedSize ()

público TensorProto getTensor ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

público TensorProtoOrBuilder getTensorOrBuilder ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

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

hasTensor booleano público ()

 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
 The client specifies whether the returned tensor values should be
 filled tensor fields (float_val, int_val, etc.) or encoded in a
 compact form in tensor.tensor_content.
 
.tensorflow.TensorProto tensor = 2;

código hash int público ()

público final booleano isInitialized ()

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

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

público NamedTensorProto.Builder newBuilderForType ()

pública estática NamedTensorProto parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

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

Lanza
IOExcepción

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

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

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

Lanza
IOExcepción

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

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

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

Lanza
IOExcepción

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

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

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

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

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

Lanza
IOExcepción

público estático NamedTensorProto 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 NamedTensorProto.Builder toBuilder ()

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

Lanza
IOExcepción