Searched refs:test_patterns (Results 1 – 3 of 3) sorted by relevance
37 def _build_iterator_graph(self, test_patterns): argument38 return matching_files.MatchingFilesDataset(test_patterns)
38 test_patterns=(//tensorflow/... -//tensorflow/compiler/... -//tensorflow/lite/...)
87 def itertests(test_patterns, parser, script_name, comment_prefix=None, argparse_callback=None): argument88 for pattern in test_patterns: