Skip to content

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
Signed-off-by: seungwoo-ji-03 <seungwoo.ji@nuvilab.com>
Signed-off-by: seungwoo-ji <seungwoo.ji@nuvilab.com>
  • Loading branch information
seungwoo-ji-03 committed Feb 17, 2025
1 parent 77c8527 commit ffe12b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onnx/version_converter/adapters/softmax_13_12.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Softmax_13_12 final : public Adapter {
explicit Softmax_13_12(const std::string& op_name) : Adapter(op_name, OpSetID(13), OpSetID(12)) {}

void adapt_softmax_13_12(const std::shared_ptr<Graph>& graph, Node* node) const {
(void)graph; // Suppress unused parameter warning
(void)graph; // Suppress unused parameter warning

int new_axis = node->hasAttribute(kaxis) ? node->i(kaxis) : -1;

Expand Down Expand Up @@ -63,4 +63,4 @@ class Softmax_13_12 final : public Adapter {
};

} // namespace version_conversion
} // namespace ONNX_NAMESPACE
} // namespace ONNX_NAMESPACE

0 comments on commit ffe12b7

Please sign in to comment.