Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py27 from tensorflow.python.lib.io import _pywrap_file_io
79 self._read_buf = _pywrap_file_io.BufferedInputStream(
87 self._writable_file = _pywrap_file_io.WritableFile(
268 _pywrap_file_io.FileExists(compat.path_to_bytes(path))
299 _pywrap_file_io.DeleteFile(compat.path_to_bytes(path))
411 for matching_filename in _pywrap_file_io.GetMatchingFiles(
419 for matching_filename in _pywrap_file_io.GetMatchingFiles(
453 _pywrap_file_io.CreateDir(compat.path_to_bytes(path))
483 _pywrap_file_io.RecursivelyCreateDir(compat.path_to_bytes(path))
515 _pywrap_file_io.CopyFile(
[all …]
DBUILD31 name = "_pywrap_file_io",
33 module_name = "_pywrap_file_io",
52 ":_pywrap_file_io",
Dfile_io_wrapper.cc48 PYBIND11_MODULE(_pywrap_file_io, m) { in PYBIND11_MODULE() argument
/external/tensorflow/tensorflow/python/framework/
Derrors_test.py29 from tensorflow.python.lib.io import _pywrap_file_io
115 _pywrap_file_io.DeleteFile(compat.as_bytes("/DOES_NOT_EXIST/"))