Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/dataset/
Dsentence_piece_vocab_op_test.cc66 std::shared_ptr<TextFileOp> file_op = TextFile({dataset_path}, 1, 2); in TEST_F() local
68 rc = tree->AssociateNode(file_op); in TEST_F()
83 rc = spv_op->AddChild(file_op); in TEST_F()
86 file_op->SetTotalRepeats(1); in TEST_F()
87 file_op->SetNumRepeatsPerEpoch(1); in TEST_F()
127 std::shared_ptr<TextFileOp> file_op = TextFile({dataset_path}, 1, 2); in TEST_F() local
129 Status rc = tree->AssociateNode(file_op); in TEST_F()
141 rc = spv_op->AddChild(file_op); in TEST_F()
144 file_op->SetTotalRepeats(1); in TEST_F()
145 file_op->SetNumRepeatsPerEpoch(1); in TEST_F()