Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/testing/
Dzip_test_utils.py264 _MAX_TESTS_PER_ZIP = 500 variable
309 if not options.no_tests_limit and all_parameter_count > _MAX_TESTS_PER_ZIP:
315 (zip_path, all_parameter_count, _MAX_TESTS_PER_ZIP))