Searched refs:OutputAndControlEdges (Results 1 – 1 of 1) sorted by relevance
65 typedef std::tuple<int32, int32> OutputAndControlEdges; typedef67 OutputAndControlEdges CountOutputEdges(const Node* n) { in CountOutputEdges()79 return OutputAndControlEdges(num_output_edges, num_output_control_edges); in CountOutputEdges()