TensorConnectionOrBuilder

giao diện công cộng TensorConnectionOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

chuỗi trừu tượng
getFromTensor ()
 A tensor name.
trừu tượng com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
chuỗi trừu tượng
getToTensor ()
 A tensor name.
trừu tượng com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.

Phương pháp công khai

Chuỗi tóm tắt công khai getFromTensor ()

chuỗi

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

tóm tắt công khai com.google.protobuf.ByteString getFromTensorBytes ()

chuỗi

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

Chuỗi tóm tắt công khai getToTensor ()

chuỗi

 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;

tóm tắt công khai 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;