Home
last modified time | relevance | path

Searched refs:exclude_models (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/keras/
Dkeras_parameterized.py187 exclude_models=None): argument
279 if model not in nest.flatten(exclude_models)]
Dkeras_parameterized_test.py132 @keras_parameterized.run_with_all_model_types(exclude_models="sequential")
173 exclude_models=["sequential", "functional"])
Dmetrics_correctness_test.py69 @keras_parameterized.run_with_all_model_types(exclude_models=['sequential'])
557 @keras_parameterized.run_with_all_model_types(exclude_models=['sequential'])
Dcallbacks_test.py338 @keras_parameterized.run_with_all_model_types(exclude_models='functional')
/external/tensorflow/tensorflow/python/keras/tests/
Dmodel_architectures.py292 def get_models(exclude_models=None): argument
295 if model[0] not in exclude_models]
Dtemporal_sample_weights_correctness_test.py103 @keras_parameterized.run_with_all_model_types(exclude_models=['sequential'])
Dadd_loss_correctness_test.py88 @keras_parameterized.run_with_all_model_types(exclude_models=['sequential'])
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_eager_test.py66 @keras_parameterized.run_with_all_model_types(exclude_models='sequential')
201 @keras_parameterized.run_with_all_model_types(exclude_models='subclass')
Dtraining_dataset_test.py155 @keras_parameterized.run_with_all_model_types(exclude_models='sequential')
Dtraining_test.py274 @keras_parameterized.run_with_all_model_types(exclude_models='sequential')
1930 @keras_parameterized.run_with_all_model_types(exclude_models='sequential')
2075 @keras_parameterized.run_with_all_model_types(exclude_models='functional')
2902 @keras_parameterized.run_with_all_model_types(exclude_models=['sequential'])
/external/tensorflow/tensorflow/python/keras/saving/
Dsaving_utils_test.py112 @keras_parameterized.run_with_all_model_types(exclude_models='sequential')