TensorConnectionOrBuilder

interface pública TensorConnectionOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

String abstrata
getFromTensor ()
 A tensor name.
abstract com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
String abstrata
getToTensor ()
 A tensor name.
abstract com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.

Métodos Públicos

public abstract String getFromTensor ()

string from_tensor = 1;

public abstract com.google.protobuf.ByteString getFromTensorBytes ()

string from_tensor = 1;

public abstract 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;

public abstract 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;