Home
last modified time | relevance | path

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

/external/pdfium/testing/tools/
Dtest_runner.py640 txt_path = os.path.join(self.working_dir, f'{self.test_id}.txt')
641 with open(txt_path, 'w') as outfile:
662 return self._VerifyEmptyText(txt_path)
668 return self._VerifyEmptyText(txt_path)
672 txt_path
675 def _VerifyEmptyText(self, txt_path): argument
676 with open(txt_path, "rb") as txt_file:
/external/tensorflow/tensorflow/python/saved_model/
Dloader_impl.py244 txt_path = file_io.join(export_dir, constants.SAVED_MODEL_FILENAME_PBTXT)
246 return file_io.file_exists(txt_path) or file_io.file_exists(pb_path)