общедоступный интерфейс TensorConnectionOrBuilder
| Известные косвенные подклассы |
Публичные методы
| абстрактная строка | ПолучитьИзТензор () A tensor name. |
| абстрактный com.google.protobuf.ByteString | getFromTensorBytes () A tensor name. |
| абстрактная строка | getToТензор () A tensor name. |
| абстрактный com.google.protobuf.ByteString | getToTensorBytes () A tensor name. |
Публичные методы
общедоступная абстрактная строка getFromTensor ()
A tensor name. The value of this tensor will be substituted for the tensor named in `to_tensor`.
string from_tensor = 1; публичный абстрактный 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; публичная абстрактная строка 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; публичный абстрактный 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;