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;