Searched refs:c_input_edges (Results 1 – 1 of 1) sorted by relevance
287 std::vector<const Edge*> c_input_edges; in TEST_F() local288 TF_ASSERT_OK(c->input_edges(&c_input_edges)); in TEST_F()289 ASSERT_EQ(1, c_input_edges.size()); in TEST_F()290 EXPECT_EQ(b_new_c_edge, c_input_edges[0]); in TEST_F()