Home
last modified time | relevance | path

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

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