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

@ -169,7 +169,7 @@
* Add support for selective registration of flex ops.
* Add missing kernels for flex delegate whitelisted ops.
* Fix issue when using direct `ByteBuffer` inputs with graphs that have dynamic shapes.
* Fix error checking supported operations in a model containing `HardSwish`.
* Fix error checking supported operations in a model containing `HardSwish`.
### TPU Enhancements
* 3D mesh support
@ -183,7 +183,10 @@
* Implement stable `argmin` and `argmax`
### Tracing and Debugging
* Add a `TFE_Py_Execute` traceme.
* 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