Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/dataset/
Dtree_modifying_function_test.cc313 std::shared_ptr<RepeatNode> ds7_to_insert = std::make_shared<RepeatNode>(nullptr, 3); in TEST_F() local
314 rc = ds1_node->InsertAbove(ds7_to_insert); in TEST_F()
315 EXPECT_TRUE(ds7_to_insert->Children()[0] == ds1_node); in TEST_F()
316 EXPECT_TRUE( ds3_node->Children()[0] == ds7_to_insert); in TEST_F()