Home
last modified time | relevance | path

Searched refs:FlushFileSystemCaches (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Denv_test.cc318 TEST_F(DefaultEnvTest, FlushFileSystemCaches) { in TEST_F() argument
322 TF_EXPECT_OK(env->FlushFileSystemCaches()); in TEST_F()
Denv.h77 Status FlushFileSystemCaches();
Denv.cc120 Status Env::FlushFileSystemCaches() { in FlushFileSystemCaches() function in tensorflow::Env