interface publique TensorConnectionOrBuilder
| Sous-classes indirectes connues |
Méthodes publiques
| chaîne abstraite | getFromTensor () A tensor name. |
| résumé com.google.protobuf.ByteString | getFromTensorBytes () A tensor name. |
| chaîne abstraite | getToTensor () A tensor name. |
| résumé com.google.protobuf.ByteString | getToTensorBytes () A tensor name. |
Méthodes publiques
chaîne abstraite publique getFromTensor ()
A tensor name. The value of this tensor will be substituted for the tensor named in `to_tensor`.
string from_tensor = 1; résumé 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 abstraite 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; résumé 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;