NamedTensorProto.Builder

clase final estática pública NamedTensorProto.Builder

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

Métodos públicos

NamedTensorProto.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
NombradoTensorProto
NombradoTensorProto
NamedTensorProto.Builder
claro ()
NamedTensorProto.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
NamedTensorProto.Builder
borrar nombre ()
 Name of the tensor.
NamedTensorProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
NamedTensorProto.Builder
claroTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
NamedTensorProto.Builder
clonar ()
NombradoTensorProto
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cadena
obtenerNombre ()
 Name of the tensor.
com.google.protobuf.ByteString
getNombreBytes ()
 Name of the tensor.
TensorProto
obtenerTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
TensorProto.Builder
obtenerTensorBuilder ()
 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.
booleano
tieneTensor ()
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
booleano final
NamedTensorProto.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
NamedTensorProto.Builder
mergeFrom (com.google.protobuf.Message otro)
NamedTensorProto.Builder
mergeTensor (valor TensorProto )
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
final NamedTensorProto.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
NamedTensorProto.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
NamedTensorProto.Builder
setName (valor de cadena)
 Name of the tensor.
NamedTensorProto.Builder
setNameBytes (valor com.google.protobuf.ByteString)
 Name of the tensor.
NamedTensorProto.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
NamedTensorProto.Builder
setTensor ( TensorProto.Builder constructorForValue)
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
NamedTensorProto.Builder
setTensor (valor TensorProto )
 The client can populate a TensorProto using a tensorflow::Tensor`, or
 directly using the protobuf field accessors.
final NamedTensorProto.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

Métodos heredados

Métodos públicos

público NamedTensorProto.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

compilación pública NamedTensorProto ()

público NamedTensorProto buildPartial ()

público NamedTensorProto.Builder claro ()

público NamedTensorProto.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público NamedTensorProto.Builder clearName ()

 Name of the tensor.
 
string name = 1;

público NamedTensorProto.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

público NamedTensorProto.Builder clearTensor ()

 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;

clon público NamedTensorProto.Builder ()

público NamedTensorProto getDefaultInstanceForType ()

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

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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 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 TensorProto.Builder getTensorBuilder ()

 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;

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;

público final booleano isInitialized ()

público NamedTensorProto.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

público NamedTensorProto.Builder mergeFrom (com.google.protobuf.Message otro)

público NamedTensorProto.Builder mergeTensor (valor TensorProto )

 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;

final público NamedTensorProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

público NamedTensorProto.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

público NamedTensorProto.Builder setName (valor de cadena)

 Name of the tensor.
 
string name = 1;

público NamedTensorProto.Builder setNameBytes (valor com.google.protobuf.ByteString)

 Name of the tensor.
 
string name = 1;

público NamedTensorProto.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

público NamedTensorProto.Builder setTensor ( TensorProto.Builder builderForValue)

 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 NamedTensorProto.Builder setTensor (valor TensorProto )

 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 NamedTensorProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)