Port one of the test in eager/function_test as a showcase for people to follow in future. PiperOrigin-RevId: 304477957 Change-Id: I23da51eef29095186d72c37405342d6861fd55f0
482 B
482 B
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.