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 161 def _test_functional_model_type(f, test_or_class, *args, **kwargs): argument 166 def _test_subclass_model_type(f, test_or_class, *args, **kwargs): argument 171 def _test_sequential_model_type(f, test_or_class, *args, **kwargs): argument 177 test_or_class=None, argument 269 def _v1_graph_test(f, test_or_class, config, *args, **kwargs): argument 275 def _v2_graph_functions_test(f, test_or_class, *args, **kwargs): argument 281 def _v2_eager_test(f, test_or_class, *args, **kwargs): argument 287 def _test_or_class_decorator(test_or_class, single_method_decorator): argument
|