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 | |
---|---|
tag | String. All statistics recorded by the returned transformation will be associated with the given tag . |
Returns | |
---|---|
A Dataset transformation function, which can be passed to tf.data.Dataset.apply . |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/data/experimental/bytes_produced_stats