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;