Skip to content

Commit

Permalink
Registered function in ops_bridge.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RitikaxShakya committed Mar 7, 2024
1 parent d368b49 commit a032968
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 @@ -482,6 +482,9 @@ OperatorsBridge::OperatorsBridge() {
REGISTER_OPERATOR("ReduceLogSum", 1, reduce_log_sum);
REGISTER_OPERATOR("ReduceLogSumExp", 1, reduce_log_sum_exp);
REGISTER_OPERATOR("ReduceL1", 1, reduce_l1);
REGISTER_OPERATOR("ReduceL1", 11, reduce_l1);
REGISTER_OPERATOR("ReduceL1", 13, reduce_l1);
REGISTER_OPERATOR("ReduceL1", 18, reduce_l1);
REGISTER_OPERATOR("ReduceL2", 1, reduce_l2);
REGISTER_OPERATOR("ReduceMax", 1, reduce_max);
REGISTER_OPERATOR("ReduceMean", 1, reduce_mean);
Expand Down

0 comments on commit a032968

Please sign in to comment.