STT-tensorflow/tensorflow/tools/api/tests/README.txt
Shanqing Cai eea8a61589 [tools] Simplify command line for updating API golden files
PiperOrigin-RevId: 276539617
Change-Id: I0baa7ad0bf903c71ead46fd79baeef8158e7344a
2019-10-24 12:20:45 -07:00

13 lines
547 B
Plaintext

TensorFlow API backwards compatibility test
This test ensures all changes to the public API of TensorFlow are intended.
If this test fails, it means a change has been made to the public API. Backwards
incompatible changes are not allowed. You can run the test as follows to update
test goldens and package them with your change.
$ bazel run tensorflow/tools/api/tests:api_compatibility_test \
# -- --update_goldens True
You will need an API approval to make changes to the public TensorFlow API. This
includes additions to the API.