STT-tensorflow/tensorflow/tools/api/tests
Scott Zhu 12ec80d239 Move the module test wrt to Keras private API to keras test.
PiperOrigin-RevId: 316695477
Change-Id: I4201f62e97bb1acb768b980a51d26bf0c76853ab
2020-06-16 09:23:32 -07:00
..
api_compatibility_test.py First step towards reducing the size of python/__init__.py. 2020-06-01 12:27:35 -07:00
API_UPDATE_WARNING.txt
BUILD Disable deprecation test 2020-03-09 11:23:20 -07:00
convert_from_multiline.cc
module_test.py Move the module test wrt to Keras private API to keras test. 2020-06-16 09:23:32 -07:00
README.txt [tools] Simplify command line for updating API golden files 2019-10-24 12:20:45 -07:00

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.