GPU guide, TensorFlow Team, 2024 - Explains how to set up and configure GPUs for TensorFlow, including details on memory allocation strategies like memory growth and the BFC allocator.
Better performance with tf.function, TensorFlow Team, 2024 (TensorFlow) - Compares resource management and execution efficiency between eager mode and tf.function-compiled graphs, showing performance advantages.
Better performance with the tf.data API, TensorFlow Team, 2024 - Provides methods for optimizing input data pipelines to prevent CPU bottlenecks and ensure efficient data transfer to accelerators.