|
||
---|---|---|
.. | ||
BUILD | ||
forwardprop_test.py | ||
function_test.py | ||
gradient_checkpoint_test.py | ||
gradients_test.py | ||
legacy_rnn_test.py | ||
module_test.py | ||
README.md | ||
saved_model_test.py | ||
tpu_strategy_test.py | ||
vectorized_map_test.py |
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.