STT-tensorflow/tensorflow/python/keras/integration_test
TensorFlower Gardener d41295260e Merge pull request from ROCmSoftwarePlatform:google_upstream_rocm_misc_update_201203
PiperOrigin-RevId: 346546025
Change-Id: I5f4639b9e68a915cb35420789edb841b916e08a5
2020-12-09 07:38:17 -08:00
..
BUILD Prepare Keras for OSS build/test. 2020-12-02 09:43:05 -08:00
forwardprop_test.py Merge pull request from ROCmSoftwarePlatform:google_upstream_rocm_misc_update_201203 2020-12-09 07:38:17 -08:00
function_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
gradient_checkpoint_test.py Merge pull request from ROCmSoftwarePlatform:google-upstream-disabled-rocm-tests 2020-10-19 06:54:01 -07:00
gradients_test.py Add a Keras LSTM+batch_jacobian integration test 2020-10-05 08:54:01 -07:00
legacy_rnn_test.py Move keras related legacy RNN test to integration test. 2020-04-06 16:09:23 -07:00
module_test.py Move keras related module test to keras/integration_test. 2020-04-15 11:46:29 -07:00
multi_worker_tutorial_test.py Multi-worker tutorial: Add the workflow of MWMS+CTL example that is going to be added in the tutorial in multi_worker_tutorial_test. 2020-10-30 17:23:31 -07:00
README.md
saved_model_test.py Move keras related saved_model test to keras integration test and unit test. 2020-06-10 09:21:38 -07:00
tpu_strategy_test.py Fork the keras related tpu_strategy_test to keras integration test. 2020-06-18 19:41:18 -07:00
vectorized_map_test.py Move Keras related parallel ops test to keras/integration 2020-04-15 13:35:10 -07:00

Keras Integration Test

This package contains integration tests that ensure the correct interaction between Keras and other Tensorflow high level APIs, like dataset, TF function and distribution strategy, etc.

There are a few guidelines for the tests under this package.

*. Only use the public TF API. *. Test should focus on the end to end use case between Keras and other TF high level API. Unit test will be a better place for behavior testing for the individual APIs.