TensorFlowOutput
abstract class TensorFlowOutput<T, TT : TType>(graph: Graph, output: Output<TT>) : TensorFlowTensor<T> (source)
Lazy graph-based TensorFlow tensor. The tensor is actualized on call.
If the tensor is used for intermediate operations, actualizing it could impact performance.