Searched refs:tf_file2 (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | c_api_dataset_textfile_test.cc | 302 std::string tf_file2 = datasets_root_path_ + "/testTextFileDataset/2.txt"; in TEST_F() local 303 std::shared_ptr<Dataset> ds = TextFile({tf_file1, tf_file2}, 0, ShuffleMode::kFalse); in TEST_F() 363 std::string tf_file2 = datasets_root_path_ + "/testTextFileDataset/2.txt"; in TEST_F() local 364 std::shared_ptr<Dataset> ds = TextFile({tf_file2, tf_file1}, 0, ShuffleMode::kFalse); in TEST_F() 424 std::string tf_file2 = datasets_root_path_ + "/testTextFileDataset/2.txt"; in TEST_F() local 425 std::shared_ptr<Dataset> ds = TextFile({tf_file1, tf_file2}, 0, ShuffleMode::kFalse, 2, 0); in TEST_F() 485 std::string tf_file2 = datasets_root_path_ + "/testTextFileDataset/2.txt"; in TEST_F() local 486 std::shared_ptr<Dataset> ds = TextFile({tf_file1, tf_file2}, 0, ShuffleMode::kFiles); in TEST_F() 548 std::string tf_file2 = datasets_root_path_ + "/testTextFileDataset/2.txt"; in TEST_F() local 549 std::shared_ptr<Dataset> ds = TextFile({tf_file2, tf_file1}, 0, ShuffleMode::kFiles); in TEST_F() [all …]
|
D | text_file_op_test.cc | 101 std::string tf_file2 = datasets_root_path_ + "/testTextFileDataset/2.txt"; in TEST_F() local 109 files.push_back(tf_file2); in TEST_F() 115 files.push_back(tf_file2); in TEST_F()
|
D | clue_op_test.cc | 116 std::string tf_file2 = datasets_root_path_ + "/testCLUE/afqmc/dev.json"; in TEST_F() local 124 files.push_back(tf_file2); in TEST_F() 130 files.push_back(tf_file2); in TEST_F()
|