TensorConnectionOrBuilder

interfaccia pubblica TensorConnectionOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getFromTensore ()
 A tensor name.
astratto com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
stringa astratta
getToTensore ()
 A tensor name.
astratto com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.

Metodi pubblici

stringa astratta pubblica getFromTensor ()

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

estratto pubblico 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;

stringa astratta pubblica 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;

estratto pubblico 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;