STT-tensorflow/tensorflow/python/keras/integration_test
Scott Zhu c159f15995 Fork the keras related tpu_strategy_test to keras integration test.
PiperOrigin-RevId: 317232048
Change-Id: If05867985ff1ff81ac45bb601b701ee68d4d5279
2020-06-18 19:41:18 -07:00
..
BUILD Fork the keras related tpu_strategy_test to keras integration test. 2020-06-18 19:41:18 -07:00
forwardprop_test.py Move keras related eager/forwardprop_test.py to keras integration test. 2020-04-04 22:47:12 -07:00
function_test.py Move Keras related auto control-deps test to Keras integration test. 2020-04-06 10:45:32 -07:00
gradient_checkpoint_test.py Revert "[ROCm] Fix for ROCm CSB breakage - 200527" 2020-06-02 14:47:47 +00:00
gradients_test.py Update keras related gradient_test to be keras integration test. 2020-04-14 21:52:49 -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 Create new package for integration test between TF and Keras. 2020-04-02 14:53:34 -07:00
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.