STT-tensorflow/tensorflow/python/keras/tests
Scott Zhu 52a388a6b7 Remove unused code in tests.
PiperOrigin-RevId: 337447002
Change-Id: I61c4dedb3cb0c5438b1602ab57c091d018f91fc1
2020-10-15 22:32:06 -07: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 Assert scalar summary correctly written with Keras and Custom Training Loop. 2020-10-14 14:54:13 -07:00
BUILD Fix logic for enabling MLIR bridge depending on has_tensor_list_arg. 2020-10-14 11:20:34 -07: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 Move keras related memory_checker_test to keras/tests. 2020-04-11 20:41:49 -07: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
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 Remove the usage of eager context in test code, and replace them with test combinations. 2020-09-03 11:05:50 -07:00
op_callbacks_test.py Update keras test to use tf.test.TestCase and tf.test.main() 2020-09-02 15:04:45 -07: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
summary_ops_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
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 Remove the usage of eager context in test code, and replace them with test combinations. 2020-09-03 11:05:50 -07: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