Added point about tf.sysconfig.get_build_info()

This commit is contained in:
Austin Anderson 2020-07-06 14:24:16 -07:00 committed by GitHub
parent d3dc6a2071
commit 61b2024a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,6 +185,9 @@
### Tracing and Debugging
* Add a `TFE_Py_Execute` traceme.
### Packaging Support
* Added `tf.sysconfig.get_build_info()`. Returns a dict that describes the currently installed TensorFlow package, e.g. the NVIDIA CUDA and NVIDIA CuDNN versions that the package was built to support.
## Thanks to our Contributors
This release contains contributions from many people at Google, as well as: