TensorConnectionOrBuilder

antarmuka publik TensorConnectionOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

Tali abstrak
dapatkanDariTensor ()
 A tensor name.
abstrak com.google.protobuf.ByteString
dapatkanDariTensorBytes ()
 A tensor name.
Tali abstrak
dapatkanToTensor ()
 A tensor name.
abstrak com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.

Metode Publik

String abstrak publik getFromTensor ()

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

abstrak publik 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 abstrak publik 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;

abstrak publik 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;