tf_data_layer
tf.data.Dataset
Pipeline Layer
This module provides a class to build a tf.data.Dataset
pipeline layer.
Classes:
-
TFDataLayer
–Layer that can safely used in a tf.data pipeline
Classes
TFDataLayer
Layer that can safely be used in a tf.data pipeline.
The call()
method must solely rely on self.backend
ops.
Note
Only supports a single input tensor argument.