Skip to content

Commit

Permalink
registered ONNX Frontend functions: reduce_sum_square - 11, 13, and 1…
Browse files Browse the repository at this point in the history
…8 in ops_bridge.cpp
  • Loading branch information
inbasperu committed Feb 21, 2024
1 parent 63c1377 commit 5cd76a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/frontends/onnx/frontend/src/ops_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,9 @@ OperatorsBridge::OperatorsBridge() {
REGISTER_OPERATOR("ReduceSum", 1, reduce_sum);
REGISTER_OPERATOR("ReduceSum", 13, reduce_sum);
REGISTER_OPERATOR("ReduceSumSquare", 1, reduce_sum_square);
REGISTER_OPERATOR("ReduceSumSquare", 11, reduce_sum_square);
REGISTER_OPERATOR("ReduceSumSquare", 13, reduce_sum_square);
REGISTER_OPERATOR("ReduceSumSquare", 18, reduce_sum_square);
REGISTER_OPERATOR("Relu", 1, relu);
REGISTER_OPERATOR("Reshape", 1, reshape);
REGISTER_OPERATOR("Resize", 1, resize);
Expand Down

0 comments on commit 5cd76a8

Please sign in to comment.