site/en/r1/guide/README.md
Note: Please use the latest guide at https://www.tensorflow.org/guide
The documents in this unit dive into the details of how TensorFlow 1.x works. The units are as follows:
tf.data to
input data.Estimator programs to
run on a TPU.tf.function.Performance is an important consideration when training machine learning models. Performance speeds up and scales research while also providing end users with near instant predictions.
tf.data API
for building efficient data input pipelines for TensorFlow.Additionally, TensorFlow Lite has optimization techniques for mobile and embedded devices.
This section explains how developers can add functionality to TensorFlow's capabilities.
XLA (Accelerated Linear Algebra) is an experimental compiler for linear algebra that optimizes TensorFlow computations.