Searched refs:_file_io (Results 1 – 4 of 4) sorted by relevance
27 from tensorflow.python.lib.io import file_io as _file_io unknown66 with _file_io.FileIO(export_path, "r") as f_export, _file_io.FileIO(94 with _file_io.FileIO(result_html, "r") as f_export, _file_io.FileIO(
25 from tensorflow.python.lib.io import file_io as _file_io unknown103 if not _file_io.file_exists(html_template_path):105 with _file_io.FileIO(html_template_path, "r") as f:108 _file_io.recursive_create_dir(os.path.dirname(export_report_path))204 with _file_io.FileIO(self.export_report_path, "w") as f:
39 from tensorflow.python.lib.io import file_io as _file_io unknown338 with _file_io.FileIO(filename, "rb") as f:
80 from tensorflow.python.lib.io import file_io as _file_io unknown1873 if not _file_io.file_exists(graph_def_file):1875 with _file_io.FileIO(graph_def_file, "rb") as f: