Home
last modified time | relevance | path

Searched refs:_file_io (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/logging/
Dgen_html_test.py27 from tensorflow.python.lib.io import file_io as _file_io unknown
66 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(
Dgen_html.py25 from tensorflow.python.lib.io import file_io as _file_io unknown
103 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:
/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_lib.py39 from tensorflow.python.lib.io import file_io as _file_io unknown
338 with _file_io.FileIO(filename, "rb") as f:
/external/tensorflow/tensorflow/lite/python/
Dlite.py80 from tensorflow.python.lib.io import file_io as _file_io unknown
1873 if not _file_io.file_exists(graph_def_file):
1875 with _file_io.FileIO(graph_def_file, "rb") as f: