classe finale statica pubblica TensorConnection.Builder
Defines a connection between two tensors in a `GraphDef`.
tensorflow.TensorConnection Metodi pubblici
| TensorConnection.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
| TensorConnection | costruire () |
| TensorConnection | buildPartial () |
| TensorConnection.Builder | chiaro () |
| 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 | clone () |
| TensorConnection | |
| com.google.protobuf.Descriptors.Descriptor statico finale | |
| com.google.protobuf.Descriptors.Descriptor | |
| Corda | getFromTensore () A tensor name. |
| com.google.protobuf.ByteString | getFromTensorBytes () A tensor name. |
| Corda | getToTensore () A tensor name. |
| com.google.protobuf.ByteString | getToTensorBytes () A tensor name. |
| booleano finale | |
| TensorConnection.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| TensorConnection.Builder | mergeFrom (com.google.protobuf.Message altro) |
| finale TensorConnection.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
| TensorConnection.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
| TensorConnection.Builder | setFromTensor (valore stringa) A tensor name. |
| TensorConnection.Builder | setFromTensorBytes (valore com.google.protobuf.ByteString) A tensor name. |
| TensorConnection.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
| TensorConnection.Builder | setToTensor (valore stringa) A tensor name. |
| TensorConnection.Builder | setToTensorBytes (valore com.google.protobuf.ByteString) A tensor name. |
| finale TensorConnection.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public TensorConnection.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
stringa pubblica getFromTensor ()
A tensor name. The value of this tensor will be substituted for the tensor named in `to_tensor`.
string from_tensor = 1; pubblico 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; stringa pubblica 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; pubblico 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 booleano isInitialized ()
public TensorConnection.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
public final TensorConnection.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public TensorConnection.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public TensorConnection.Builder setFromTensor (valore stringa)
A tensor name. The value of this tensor will be substituted for the tensor named in `to_tensor`.
string from_tensor = 1; pubblico TensorConnection.Builder setFromTensorBytes (valore 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, indice int, valore oggetto)
public TensorConnection.Builder setToTensor (valore stringa)
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; pubblico TensorConnection.Builder setToTensorBytes (valore 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;