TensorConnectionOrBuilder

public interface TensorConnectionOrBuilder
Known Indirect Subclasses

Public Methods

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

Public Methods

public abstract String getFromTensor ()

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

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

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;