Better performance with the tf.data API, TensorFlow Authors, 2024 - An official guide explaining how to build efficient TensorFlow input pipelines using tf.data for optimal performance, covering concepts like prefetching and parallel processing.
tf.data.Dataset, TensorFlow Authors, 2024 - The official API documentation for the tf.data.Dataset class, detailing its methods, transformations, and usage.