STT-tensorflow/tensorflow/tools/api/tests
A. Unique TensorFlower 985ad0276a PY2 removal cleanup
PiperOrigin-RevId: 352907145
Change-Id: I82de30d92dc9c2b53215d6d5732c67afe339c23d
2021-01-20 17:11:44 -08:00
..
api_compatibility_test.py Adds all directly-imported numpy classes to the do-not-descend map for tf.experimental.numpy, to prevent future OSS breakages. 2020-07-16 18:56:13 -07:00
API_UPDATE_WARNING.txt
BUILD PY2 removal cleanup 2021-01-20 17:11:44 -08:00
convert_from_multiline.cc Adding Python ApiDef overrides. 2017-10-20 18:26:50 -07:00
module_test.py Delete modules that shouldn't be part of dir(). We used to have these deletions before. They were no longer needed when we used virtual pip package setup.But now they are needed again since virtual pip package was removed. 2020-07-15 18:25:52 -07:00
README.txt

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.