TensorConnectionOrBuilder

interface pública TensorConnectionOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

cadeia abstrata
getFromTensor ()
 A tensor name.
abstrato com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
cadeia abstrata
getToTensor ()
 A tensor name.
abstrato com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.

Métodos Públicos

String abstrata pública getFromTensor ()

 A tensor name. The value of this tensor will be substituted for
 the tensor named in `to_tensor`.
 
string from_tensor = 1;

resumo público 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 abstrata pública 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;

resumo público 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;