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;