Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Child1 (0.16 sec)

  1. tensorflow/c/experimental/filesystem/modular_filesystem_test.cc

                                                          "a_dir", "another_dir"};
      EXPECT_EQ(children.size(), filenames.size() + dirnames.size());
      for (const auto& child : expected_children)
        EXPECT_NE(std::find(children.begin(), children.end(), child),
                  children.end());
    }
    
    TEST_P(ModularFileSystemTest, TestGetChildrenEmpty) {
      const std::string dirpath = GetURIForPath("dir");
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 27 20:25:58 GMT 2022
    - 71K bytes
    - Viewed (0)
Back to top