Skip to content

Commit

Permalink
Remove wrong namespace comment (onnx#5383)
Browse files Browse the repository at this point in the history
### Description
<!-- - Describe your changes. -->

### Motivation and Context
<!-- - Why is this change required? What problem does it solve? -->
<!-- - If it fixes an open issue, please link to the issue here. -->

Somehow the namespace comment which would be generated by tools like
clang-format seems to be left behind

Signed-off-by: Takeshi Watanabe <[email protected]>
Co-authored-by: Xavier Dupré <[email protected]>
  • Loading branch information
take-cheeze and xadupre authored Jul 4, 2023
1 parent 3c0fdea commit b481d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx/defs/reduction/defs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The type of the output tensor is integer.)DOC";
}
});
};
} // namespace ONNX_NAMESPACE
}

ONNX_OPERATOR_SET_SCHEMA(ArgMax, 13, OpSchema().FillUsing(ArgReduceDocGenerator("max")));

Expand Down

0 comments on commit b481d93

Please sign in to comment.