TensorFlowOutput
abstract class TensorFlowOutput<T, TT : TType>(graph: Graph, output: Output<TT>) : TensorFlowTensor<T>
Content copied to clipboard
Lazy graph-based TensorFlow tensor. The tensor is actualized on call.
If the tensor is used for intermediate operations, actualizing it could impact performance.
Constructors
Functions
Link copied to clipboard
open override fun <F : StructureFeature> getFeature(type: KClass<out F>): F?
Content copied to clipboard