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