Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py88 compat.path_to_bytes(self.__name), compat.as_bytes(self.__mode))
268 _pywrap_file_io.FileExists(compat.path_to_bytes(path))
299 _pywrap_file_io.DeleteFile(compat.path_to_bytes(path))
453 _pywrap_file_io.CreateDir(compat.path_to_bytes(path))
483 _pywrap_file_io.RecursivelyCreateDir(compat.path_to_bytes(path))
516 compat.path_to_bytes(src), compat.path_to_bytes(dst), overwrite)
549 compat.path_to_bytes(src), compat.path_to_bytes(dst), overwrite)
602 _pywrap_file_io.DeleteRecursively(compat.path_to_bytes(path))
629 return _pywrap_file_io.IsDirectory(compat.path_to_bytes(path))
652 return _pywrap_file_io.HasAtomicMove(compat.path_to_bytes(path))
[all …]
/external/tensorflow/tensorflow/python/util/
Dcompat.py183 def path_to_bytes(path): function