genel statik son sınıf TensorConnection.Builder
Defines a connection between two tensors in a `GraphDef`.
tensorflow.TensorConnection Genel Yöntemler
| TensorConnection.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
| Tensör Bağlantısı | inşa etmek () |
| Tensör Bağlantısı | inşaKısmi () |
| TensorConnection.Builder | temizlemek () |
| TensorConnection.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı) |
| TensorConnection.Builder | clearFromTensor () A tensor name. |
| TensorConnection.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| TensorConnection.Builder | clearToTensor () A tensor name. |
| TensorConnection.Builder | klon () |
| Tensör Bağlantısı | |
| final statik com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Sicim | getFromTensor () A tensor name. |
| com.google.protobuf.ByteString | getFromTensorBytes () A tensor name. |
| Sicim | getToTensor () A tensor name. |
| com.google.protobuf.ByteString | getToTensorBytes () A tensor name. |
| son boole değeri | Başlatıldı () |
| TensorConnection.Builder | mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorConnection.Builder | mergeFrom (com.google.protobuf.Message other) |
| son TensorConnection.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields) |
| TensorConnection.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
| TensorConnection.Builder | setFromTensor (Dize değeri) A tensor name. |
| TensorConnection.Builder | setFromTensorBytes (com.google.protobuf.ByteString değeri) A tensor name. |
| TensorConnection.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri) |
| TensorConnection.Builder | setToTensor (Dize değeri) A tensor name. |
| TensorConnection.Builder | setToTensorBytes (com.google.protobuf.ByteString değeri) A tensor name. |
| son TensorConnection.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields) |
Kalıtsal Yöntemler
Genel Yöntemler
public TensorConnection.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
herkese açık 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; genel 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 static 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; genel Dize 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; herkese açık 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; genel final boolean isInitialized ()
genel TensorConnection.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IOİstisnası |
|---|
genel final TensorConnection.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
public TensorConnection.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
public TensorConnection.Builder setFromTensor (Dize değeri)
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 (com.google.protobuf.ByteString değeri)
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 (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
public TensorConnection.Builder setToTensor (Dize değeri)
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 (com.google.protobuf.ByteString değeri)
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;