TensorConnectionOrBuilder

interfaz pública TensorConnectionOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
getFromTensor ()
 A tensor name.
resumen com.google.protobuf.ByteString
getFromTensorBytes ()
 A tensor name.
cadena abstracta
getToTensor ()
 A tensor name.
resumen com.google.protobuf.ByteString
getToTensorBytes ()
 A tensor name.

Métodos públicos

cadena abstracta 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;

resumen 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;

cadena abstracta 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;

resumen 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;