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