Home
last modified time | relevance | path

Searched defs:HasAtomicMove (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dfile_system_test.cc268 TEST(InterPlanetaryFileSystemTest, HasAtomicMove) { in TEST() argument
Dretrying_file_system.h142 Status HasAtomicMove(const string& path, bool* has_atomic_move) override { in HasAtomicMove() function
Dfile_system.cc85 Status FileSystem::HasAtomicMove(const string& path, bool* has_atomic_move) { in HasAtomicMove() function in tensorflow::FileSystem
Dfile_system.h693 Status HasAtomicMove(const std::string& path, in HasAtomicMove() function
Denv.cc324 Status Env::HasAtomicMove(const string& path, bool* has_atomic_move) { in HasAtomicMove() function in tensorflow::Env