Skip to content

Commit

Permalink
Rollback of PR #80574
Browse files Browse the repository at this point in the history
Reverts 8c3260b

PiperOrigin-RevId: 699499360
  • Loading branch information
ai-edge-bot authored and copybara-github committed Nov 23, 2024
1 parent 8c3260b commit 4ac0171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tflite/graph_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ using ControlEdges = std::vector<ControlEdge>;
// (Example: with `greedily`, `control_edges.empty()`, and `nodes_to_partition
// == {2, 3}`, the graph
//
// /------------\
// /------------\
// | v
// 0 --> 1 --> 2* --> 3* 4 --> 5
// | ^
Expand All @@ -136,7 +136,7 @@ using ControlEdges = std::vector<ControlEdge>;
// With an additional control dependency `control_edges == {{3, 4}}` (notated
// '==>'), execution of node 4 requires prior execution of node 3:
//
// /------------\
// /------------\
// | v
// 0 --> 1 --> 2* --> 3* ==> 4 --> 5
// | ^
Expand Down

0 comments on commit 4ac0171

Please sign in to comment.