الواجهة العامة TensorConnectionOrBuilder
| الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
| سلسلة مجردة | الحصول على منتينسور () A tensor name. |
| مجردة com.google.protobuf.ByteString | الحصول على FromTensorBytes () A tensor name. |
| سلسلة مجردة | جيتوتينسور () 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;