classe final pública estática TensorConnection.Builder
Defines a connection between two tensors in a `GraphDef`.
tensorflow.TensorConnection type tensorflow.TensorConnection Métodos Públicos
| TensorConnection.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
| TensorConnection | build () |
| TensorConnection | buildPartial () |
| TensorConnection.Builder | limpar () |
| 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 | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Fragmento | getFromTensor () A tensor name. |
| com.google.protobuf.ByteString | getFromTensorBytes () A tensor name. |
| Fragmento | getToTensor () A tensor name. |
| com.google.protobuf.ByteString | getToTensorBytes () A tensor name. |
| final booleano | |
| TensorConnection.Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorConnection.Builder | mergeFrom (com.google.protobuf.Message other) |
| TensorConnection.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
| TensorConnection.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
| TensorConnection.Builder | setFromTensor (valor da string) A tensor name. |
| TensorConnection.Builder | setFromTensorBytes (com.google.protobuf.ByteString value) A tensor name. |
| TensorConnection.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
| TensorConnection.Builder | setToTensor (valor String) A tensor name. |
| TensorConnection.Builder | setToTensorBytes (com.google.protobuf.ByteString value) A tensor name. |
| TensorConnection.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Métodos herdados
Métodos Públicos
public TensorConnection.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
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 ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String getFromTensor ()
string from_tensor = 1;
public com.google.protobuf.ByteString getFromTensorBytes ()
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 (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public final TensorConnection.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public TensorConnection.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
public TensorConnection.Builder setFromTensorBytes (valor com.google.protobuf.ByteString)
string from_tensor = 1;
public TensorConnection.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
public TensorConnection.Builder setToTensor (String value)
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 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;