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;