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.

パブリックメソッド

パブリック抽象 String 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;

パブリック抽象 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;

パブリック抽象 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;