TensorConnectionOrBuilder

общедоступный интерфейс TensorConnectionOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная строка
абстрактный com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
абстрактная строка
getToТензор ()
 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;