tf.data.experimental.bytes_produced_stats

View source on GitHub

Records the number of bytes produced by each element of the input dataset.

tf.data.experimental.bytes_produced_stats(
    tag
)

To consume the statistics, associate a StatsAggregator with the output dataset.

Args:

Returns:

A Dataset transformation function, which can be passed to tf.data.Dataset.apply.