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;