Class TensorflowCollectionSource<Type>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, TensorflowExecutionOperator

public class TensorflowCollectionSource<Type> extends CollectionSource<Type> implements TensorflowExecutionOperator
Provides a Collection to a Tensorflow job. Can also be used to convert CollectionChannels of the JavaPlatform into TensorChannels.
See Also: