HomeSort by relevance Sort by last modified time
    Searched full:root_file2 (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/platform/
env_test.cc 161 // root_dir -> dirs: child_dir1, child_dir2; files: root_file1, root_file2
169 const string root_file2 = io::JoinPath(parent_dir, "root_file2"); local
172 CreateTestFile(env_, root_file2, 100);
185 EXPECT_EQ(error::Code::NOT_FOUND, env_->FileExists(root_file2).code());

Completed in 6748 milliseconds