Home | History | Annotate | only in /external/tensorflow/tensorflow/tools/api/tests
Up to higher level directory
NameDateSize
api_compatibility_test.py21-Aug-20188.7K
API_UPDATE_WARNING.txt21-Aug-2018294
BUILD21-Aug-20181.3K
convert_from_multiline.cc21-Aug-20182.2K
README.txt21-Aug-2018612

README.txt

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