Searched refs: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 158 return _test_or_class_decorator(test_or_class, single_method_decorator) 161 def _test_h5_saved_model_format(f, test_or_class, *args, **kwargs): argument 163 f(test_or_class, *args, **kwargs) 166 def _test_tf_saved_model_format(f, test_or_class, *args, **kwargs): argument 168 f(test_or_class, *args, **kwargs) 171 def _test_tf_saved_model_format_no_traces(f, test_or_class, *args, **kwargs): argument 173 f(test_or_class, *args, **kwargs) 176 def run_with_all_weight_formats(test_or_class=None, exclude_formats=None): argument 180 return run_with_all_saved_model_formats(test_or_class, exclude_formats) [all …]
|