Searched refs:GetFaninEdges (Results 1 – 5 of 5) sorted by relevance
299 absl::flat_hash_set<Edge> GetFaninEdges( in GetFaninEdges() function
499 graph_view.GetFaninEdges(*node, /*include_controlling_edges=*/false); in BM_GraphViewGetFaninEdges()
131 mutable_graph.GetFaninEdges(node, /*include_controlling_edges=*/true); in CheckGraph()133 immutable_graph.GetFaninEdges(node, /*include_controlling_edges=*/true); in CheckGraph()
1288 for (auto edge : output_view.GetFaninEdges(*matmul_op, false)) { in TEST_F()1329 for (auto edge : output_view.GetFaninEdges(*allow1_op, false)) { in TEST_F()1340 for (auto edge : output_view.GetFaninEdges(*deny_op, false)) { in TEST_F()
2279 for (const GraphView::Edge fanin : shape_refiner->graph().GetFaninEdges( in UpdateMerge()