classe finale statique publique TensorConnection.Builder
Defines a connection between two tensors in a `GraphDef`.
tensorflow.TensorConnection de type Protobuf.TensorConnection Méthodes publiques
| TensorConnection.Builder | addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
| TenseurConnexion | construire () |
| TenseurConnexion | buildPartial () |
| TensorConnection.Builder | clair () |
| TensorConnection.Builder | clearField (champ 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 | cloner () |
| TensorConnexion | |
| final statique com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Chaîne | getFromTensor () A tensor name. |
| com.google.protobuf.ByteString | getFromTensorBytes () A tensor name. |
| Chaîne | getToTensor () A tensor name. |
| com.google.protobuf.ByteString | getToTensorBytes () A tensor name. |
| booléen final | |
| TensorConnection.Builder | mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorConnection.Builder | mergeFrom (com.google.protobuf.Message autre) |
| TensorConnection.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
| TensorConnection.Builder | setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
| TensorConnection.Builder | setFromTensor (valeur de chaîne) A tensor name. |
| TensorConnection.Builder | setFromTensorBytes (valeur com.google.protobuf.ByteString) A tensor name. |
| TensorConnection.Builder | setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet) |
| TensorConnection.Builder | setToTensor (valeur de chaîne) A tensor name. |
| TensorConnection.Builder | setToTensorBytes (valeur com.google.protobuf.ByteString) A tensor name. |
| TensorConnection.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
Méthodes héritées
Méthodes publiques
public TensorConnection.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
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 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 statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
chaîne publique 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; chaîne publique 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 booléen isInitialized ()
public TensorConnection.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| IOException |
|---|
public final TensorConnection.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public TensorConnection.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public TensorConnection.Builder setFromTensor (valeur de chaîne)
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 (valeur 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 (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
public TensorConnection.Builder setToTensor (valeur de chaîne)
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 (valeur 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;