Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dkeras_parameterized.py46 test_or_class=None, argument
158 return _test_or_class_decorator(test_or_class, single_method_decorator)
161 def _test_functional_model_type(f, test_or_class, *args, **kwargs): argument
163 f(test_or_class, *args, **kwargs)
166 def _test_subclass_model_type(f, test_or_class, *args, **kwargs): argument
168 f(test_or_class, *args, **kwargs)
171 def _test_sequential_model_type(f, test_or_class, *args, **kwargs): argument
173 f(test_or_class, *args, **kwargs)
177 test_or_class=None, argument
266 return _test_or_class_decorator(test_or_class, single_method_decorator)
[all …]