aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/build_info
Commit message (Collapse)AuthorAge
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* [Windows] Improve import self-check with tests for GPU-related DLLs.Gravatar Derek Murray2017-10-02
| | | | | | | | | | This change incorporates the full logic of the [Windows self-check script](https://gist.github.com/mrry/ee5dbcfdd045fa48a27d56664411d41c) into core TensorFlow. Fixes #9170. PiperOrigin-RevId: 170746452
* Add an automatically-generated "tensorflow.python.platform.build_info" script.Gravatar Derek Murray2017-09-12
The motivation for this script is to provide better tools for diagnosing load-time errors (such as the ones that plague the Windows build due to DLL issues). Note that the script is intended to be self-contained, so that it is possible to import it without loading the entire TensorFlow runtime. This generated script currently contains a single symbol, `is_cuda_build`, which records whether the build has GPU support or not. PiperOrigin-RevId: 168471034