TensorConnection.Builder

clase final estática pública TensorConnection.Builder

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

Métodos públicos

TensorConnection.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
TensorConnection
TensorConnection
TensorConnection.Builder
claro ()
TensorConnection.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
TensorConnection.Builder
clearFromTensor ()
 A tensor name.
TensorConnection.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorConnection.Builder
clearToTensor ()
 A tensor name.
TensorConnection.Builder
clonar ()
TensorConnection
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cuerda
getFromTensor ()
 A tensor name.
com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
Cuerda
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 extensionRegistry)
TensorConnection.Builder
mergeFrom (com.google.protobuf.Message otro)
TensorConnection.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
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 de 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 de com.google.protobuf.ByteString)
 A tensor name.
TensorConnection.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

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

pública TensorConnection build ()

public TensorConnection buildPartial ()

public TensorConnection.Builder clear ()

public TensorConnection.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public 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;

public TensorConnection.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public 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;

public TensorConnection.Builder clone ()

public TensorConnection getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public String getFromTensor ()

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

public 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;

public String 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;

public 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;

public final boolean isInitialized ()

public TensorConnection.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public TensorConnection.Builder mergeFrom (com.google.protobuf.Message other)

public final TensorConnection.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

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

public 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;

public TensorConnection.Builder setFromTensorBytes (valor de 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;

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

public 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;

public TensorConnection.Builder setToTensorBytes (valor de 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 unknownFields)