December 2017
Intermediate to advanced
536 pages
14h 23m
English
At present, XLA is not included in the binary distributions of TensorFlow. One needs to build it from source. To build TensorFlow from source, knowledge of LLVM and Bazel along with TensorFlow is required. TensorFlow.org supports building from source in only MacOS and Ubuntu. The steps needed to build TensorFlow from the source are as follows (https://www.tensorflow.org/install/install_sources):
git clone https://github.com/tensorflow/tensorflow cd tensorflow git checkout Branch #where Branch is the desired branch
Read now
Unlock full access