TensorConnectionOrBuilder

genel arayüz TensorConnectionOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getFromTensor ()
 A tensor name.
abstract com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
soyut Dize
getToTensor ()
 A tensor name.
abstract com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.

Genel Yöntemler

genel özet String getFromTensor ()

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

genel özet 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;

genel özet String 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;

genel özet 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;