STT-tensorflow/tensorflow/python/keras/integration_test
TensorFlower Gardener ba79107f74 Merge pull request from ROCmSoftwarePlatform:google-upstream-disabled-rocm-tests
PiperOrigin-RevId: 337844806
Change-Id: I4847456394a8e2a7c4fad542ec360e77833bef99
2020-10-19 06:54:01 -07:00
..
BUILD BUILD file cleanups 2020-09-30 13:45:35 -07:00
forwardprop_test.py Convert IndexedSlices to dense tensors for forwardprop's tf.function cases 2020-09-22 18:26:01 -07: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
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.