Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgeneric_layout_optimizer_transposer_test.cc3172 auto* shape_input_1_node = context.graph_view->GetNode( in TEST_F() local
3174 ASSERT_NE(shape_input_1_node, nullptr); in TEST_F()
3175 ASSERT_EQ(shape_input_1_node->NumRegularFanins(), 2); in TEST_F()
3176 VerifyRegularFaninMatch(shape_input_1_node, 0, in TEST_F()
3189 VerifyRegularFaninMatch(updated_shape_node, 0, shape_input_1_node->GetName(), in TEST_F()