Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dcallbacks_test.py769 callback._get_most_recently_modified_file_matching_pattern(filepath),
799 callback._get_most_recently_modified_file_matching_pattern(filepath),
872 callback._get_most_recently_modified_file_matching_pattern(filepath))
876 callback._get_most_recently_modified_file_matching_pattern(filepath))
2623 ._get_most_recently_modified_file_matching_pattern(path_pattern),
2641 ._get_most_recently_modified_file_matching_pattern(path_pattern),
2653 None)._get_most_recently_modified_file_matching_pattern(file_path),
2663 None)._get_most_recently_modified_file_matching_pattern(file_path),
2689 ._get_most_recently_modified_file_matching_pattern(path_pattern),
Dcallbacks.py1323 self._get_most_recently_modified_file_matching_pattern(self.filepath))
1457 def _get_most_recently_modified_file_matching_pattern(self, pattern): member in ModelCheckpoint