Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorSVC committed Mar 6, 2024
1 parent 3989e5f commit 07d065b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/core/providers/partitioning_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ std::vector<std::vector<const Node*>> CreateSupportedPartitionNodeGroups(
auto node = initial_nodes_to_process.begin();
while (node != initial_nodes_to_process.end()) {
bool node_is_counsumed = false;

for (auto output = (*node)->OutputNodesBegin(); output != (*node)->OutputNodesEnd(); ++output) {
if (std::find(supported_group.begin(), supported_group.end(), &(*output)) != supported_group.end()) {
node_is_counsumed = true;
Expand Down

0 comments on commit 07d065b

Please sign in to comment.