STT-tensorflow/tf/tensorflow/python/keras/integration_test
2021-01-21 15:40:33 -08:00
..
BUILD sync to master 2021-01-21 15:40:33 -08:00
forwardprop_test.py initial 2021-01-21 09:06:36 -08:00
function_test.py initial 2021-01-21 09:06:36 -08:00
gradient_checkpoint_test.py initial 2021-01-21 09:06:36 -08:00
gradients_test.py initial 2021-01-21 09:06:36 -08:00
legacy_rnn_test.py initial 2021-01-21 09:06:36 -08:00
module_test.py initial 2021-01-21 09:06:36 -08:00
multi_worker_tutorial_test.py initial 2021-01-21 09:06:36 -08:00
README.md initial 2021-01-21 09:06:36 -08:00
saved_model_test.py initial 2021-01-21 09:06:36 -08:00
tpu_strategy_test.py initial 2021-01-21 09:06:36 -08:00
vectorized_map_test.py initial 2021-01-21 09:06:36 -08: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.