STT-tensorflow/tensorflow/tools/api/tests
Peng Wang 0a80c623e8 Adds all directly-imported numpy classes to the do-not-descend map for tf.experimental.numpy, to prevent future OSS breakages.
PiperOrigin-RevId: 321692135
Change-Id: I0b55034776a09c41757d476fab019d0d9b338e66
2020-07-16 18:56:13 -07: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 Exports tf-numpy symbols under tf.experimental.numpy. Golden files for tf.experimental.numpy are put under tensorflow/third_party/py/numpy/tf_numpy_api instead of the usual golden file location. 2020-07-15 17:23:14 -07:00
convert_from_multiline.cc
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 [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.