STT-tensorflow/tensorflow/python/keras/tests
TensorFlower Gardener ee11cf13ea Merge pull request from ROCmSoftwarePlatform:google_upstream_rocm_add_remove_no_rocm_tag
PiperOrigin-RevId: 348425014
Change-Id: I1f4ec5ab94f27ea201a9dbc8b53d337d03e01d6c
2020-12-21 00:32:48 -08:00
..
add_loss_correctness_test.py Remove the usage of eager context in test code, and replace them with test combinations. 2020-09-03 11:05:50 -07:00
automatic_outside_compilation_test.py Export some properties of context.context() as tf.__internal__ APIs. 2020-11-06 10:18:01 -08:00
BUILD Merge pull request from ROCmSoftwarePlatform:google_upstream_rocm_add_remove_no_rocm_tag 2020-12-21 00:32:48 -08:00
convert_to_constants_test.py Fork the run_v2_only annotation to keras, and remove the usage of one in TF. 2020-09-02 16:00:59 -07:00
custom_training_loop_test.py Updates Keras layer __call__ to always set training, with the following priority order: 2020-06-22 13:13:46 -07:00
get_config_samples.py Add serialization backwards compatibility tests 2020-04-23 16:47:20 -07:00
get_config_test.py Add serialization backwards compatibility tests 2020-04-23 16:47:20 -07:00
graph_util_test.py Move Keras related test case in graph_util_test to keras/tests. 2020-04-11 21:01:52 -07:00
integration_test.py Fix some keras test that lack of explicit build deps. 2020-10-08 14:26:36 -07:00
memory_checker_test.py fix typos in python directory 2020-10-29 16:21:24 +03:00
memory_test.py Update keras test to use tf.test.TestCase and tf.test.main() 2020-09-02 15:04:45 -07:00
model_architectures_test.py Move V1 optimizer code to a separate file optimizer_v1.py from the generic utils in optimizers.py. 2020-09-24 05:34:47 -07:00
model_architectures.py fix typos in python directory 2020-10-29 16:21:24 +03:00
model_subclassing_compiled_test.py Remove passing experimental_run_tf_function in most tests. 2020-02-27 13:34:09 -08:00
model_subclassing_test_util.py
model_subclassing_test.py Do not crash if Model.summary called on subclassed model with unused layer. 2020-12-03 10:54:34 -08:00
saved_model_test.py Replace keras usages of private function.defun with tf.function 2020-09-15 11:06:13 -07:00
saver_test.py Remove Autotrackable from the Keras test files and replacing it with Module. 2020-07-14 21:58:42 -07:00
serialization_util_test.py fixit for get_json_type. 2020-07-21 15:30:23 -07:00
temporal_sample_weights_correctness_test.py Remove passing experimental_run_tf_function in most tests. 2020-02-27 13:34:09 -08:00
tracking_test.py Replace the usages of array_ops.pack with its TF public api. 2020-11-09 15:33:11 -08:00
tracking_util_test.py Fix more build dependency and tests in keras for sync to OSS. 2020-10-13 13:57:28 -07:00
tracking_util_with_v1_optimizers_test.py Remove unused code in tests. 2020-10-15 22:32:06 -07:00
tracking_util_xla_test.py Remove Autotrackable from the Keras test files and replacing it with Module. 2020-07-14 21:58:42 -07:00