Searched refs:txt_path (Results 1 – 2 of 2) sorted by relevance
640 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_path675 def _VerifyEmptyText(self, txt_path): argument676 with open(txt_path, "rb") as txt_file:
244 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)