Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/tests/
Dautomatic_outside_compilation_test.py208 event_files = file_io.get_matching_files_v2(
231 event_files = file_io.get_matching_files_v2(
279 event_files = file_io.get_matching_files_v2(
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py352 return get_matching_files_v2(filename)
356 def get_matching_files_v2(pattern): function