Reword tf.sysconfig.get_build_info notice
An internal bug report revealed that "support" could be mistaken for "official support," which is not intended.
This commit is contained in:
parent
2b03d7b7a0
commit
f9233753f3
@ -171,7 +171,7 @@
|
|||||||
* Fix error checking supported operations in a model containing `HardSwish`.
|
* Fix error checking supported operations in a model containing `HardSwish`.
|
||||||
|
|
||||||
### Packaging Support
|
### 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.
|
* Added `tf.sysconfig.get_build_info()`. Returns a dict that describes the build environment of the currently installed TensorFlow package, e.g. the NVIDIA CUDA and NVIDIA CuDNN versions used when TensorFlow was built.
|
||||||
|
|
||||||
### Profiler
|
### Profiler
|
||||||
* Fix a subtle use-after-free issue in `XStatVisitor::RefValue()`.
|
* Fix a subtle use-after-free issue in `XStatVisitor::RefValue()`.
|
||||||
|
Loading…
Reference in New Issue
Block a user