Searched defs:test_or_class (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/keras/ |
D | keras_parameterized.py | 50 test_or_class=None, argument 161 def _test_h5_saved_model_format(f, test_or_class, *args, **kwargs): argument 166 def _test_tf_saved_model_format(f, test_or_class, *args, **kwargs): argument 171 def _test_tf_saved_model_format_no_traces(f, test_or_class, *args, **kwargs): argument 176 def run_with_all_weight_formats(test_or_class=None, exclude_formats=None): argument 186 test_or_class=None, argument 301 def _test_functional_model_type(f, test_or_class, *args, **kwargs): argument 306 def _test_subclass_model_type(f, test_or_class, *args, **kwargs): argument 311 def _test_sequential_model_type(f, test_or_class, *args, **kwargs): argument 316 def run_all_keras_modes(test_or_class=None, argument [all …]
|