What the subject says.
I have a working Tensorflow installation via CUDA, CUDNN and pip. To examine a graph I followed a comment here which lead me to here, and accordingly I executed the command:
bazel build tensorflow/tools/graph_transforms:summarize_graph
Script kiddie that I am.
Ten minutes later I looked back at it and Bazel is furiously compiling C files with paths that look suspiciously like a source code checkout.
Is it actually compiling TF from source?!!!