TensorConnectionOrBuilder

อินเทอร์เฟซสาธารณะ TensorConnectionOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

สตริงที่เป็นนามธรรม
getFromTensor ()
 A tensor name.
นามธรรม com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
สตริงที่เป็นนามธรรม
getToTensor ()
 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;