Home
last modified time | relevance | path

Searched defs:has_atomic_move (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dfile_system_test.cc271 bool has_atomic_move; in TEST() local
Dretrying_file_system.h142 Status HasAtomicMove(const string& path, bool* has_atomic_move) override { in HasAtomicMove()
Dfile_system.cc85 Status FileSystem::HasAtomicMove(const string& path, bool* has_atomic_move) { in HasAtomicMove()
Dfile_system.h703 bool* has_atomic_move) override { in HasAtomicMove()
Denv.cc324 Status Env::HasAtomicMove(const string& path, bool* has_atomic_move) { in HasAtomicMove()
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py708 def has_atomic_move(path): function
Dfile_io_wrapper.cc209 bool has_atomic_move; in PYBIND11_MODULE() local