Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples_lib.py286 test_function_name = "make_%s_tests" % test_name
287 test_function = get_test_function(test_function_name)
290 (out, test_function_name))
Dzip_test_utils.py65 def get_test_function(test_function_name): argument
68 if test_function_name not in _MAKE_TEST_FUNCTIONS_MAP:
70 return _MAKE_TEST_FUNCTIONS_MAP[test_function_name]
/external/python/timeout-decorator/tests/
Dtest_timeout_decorator.py78 def test_function_name(use_signals): function