Searched defs:test_or_class (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/keras/ |
D | keras_parameterized.py | 46 test_or_class=None, argument 157 def _test_h5_saved_model_format(f, test_or_class, *args, **kwargs): argument 162 def _test_tf_saved_model_format(f, test_or_class, *args, **kwargs): argument 167 def _test_tf_saved_model_format_no_traces(f, test_or_class, *args, **kwargs): argument 172 def run_with_all_weight_formats(test_or_class=None, exclude_formats=None): argument 182 test_or_class=None, argument 297 def _test_functional_model_type(f, test_or_class, *args, **kwargs): argument 302 def _test_subclass_model_type(f, test_or_class, *args, **kwargs): argument 307 def _test_sequential_model_type(f, test_or_class, *args, **kwargs): argument 312 def run_all_keras_modes(test_or_class=None, argument [all …]
|