TensorConnection.Builder

clase final estática pública TensorConnection.Builder

 Defines a connection between two tensors in a `GraphDef`.
 
Protobuf tipo tensorflow.TensorConnection

Métodos públicos

TensorConnection.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
TensorConexión
TensorConexión
TensorConnection.Builder
claro ()
TensorConnection.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
TensorConnection.Builder
borrarDeTensor ()
 A tensor name.
TensorConnection.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
TensorConnection.Builder
claroToTensor ()
 A tensor name.
TensorConnection.Builder
clonar ()
TensorConexión
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cadena
obtener de Tensor ()
 A tensor name.
com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
Cadena
getToTensor ()
 A tensor name.
com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.
booleano final
TensorConnection.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
TensorConnection.Builder
mergeFrom (com.google.protobuf.Message otro)
TensorConnection.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
TensorConnection.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
TensorConnection.Builder
setFromTensor (valor de cadena)
 A tensor name.
TensorConnection.Builder
setFromTensorBytes (valor com.google.protobuf.ByteString)
 A tensor name.
TensorConnection.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
TensorConnection.Builder
setToTensor (valor de cadena)
 A tensor name.
TensorConnection.Builder
setToTensorBytes (valor com.google.protobuf.ByteString)
 A tensor name.
TensorConnection.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

Métodos heredados

Métodos públicos

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

compilación pública de TensorConnection ()

construcción pública de TensorConnectionPartial ()

público TensorConnection.Builder claro ()

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

pública TensorConnection.Builder clearFromTensor ()

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

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

pública TensorConnection.Builder clearToTensor ()

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

clon público de TensorConnection.Builder ()

TensorConnection público getDefaultInstanceForType ()

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

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

cadena pública getFromTensor ()

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

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

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

cadena pública getToTensor ()

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

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

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

público final booleano isInitialized ()

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

Lanza
IOExcepción

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

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

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

público TensorConnection.Builder setFromTensor (valor de cadena)

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

público TensorConnection.Builder setFromTensorBytes (valor com.google.protobuf.ByteString)

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

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

público TensorConnection.Builder setToTensor (valor de cadena)

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

público TensorConnection.Builder setToTensorBytes (valor com.google.protobuf.ByteString)

 A tensor name. The value of this tensor will be bound to the
 value of the tensor named in `from_tensor`.
 
string to_tensor = 2;

público final TensorConnection.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)