Skip to content

Commit

Permalink
Added the missing batch_norm.default translation
Browse files Browse the repository at this point in the history
  • Loading branch information
suryasidd committed Apr 11, 2023
1 parent 153fa43 commit fc457ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontends/pytorch/src/op_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ const std::map<std::string, CreatorFunction> get_supported_ops_fx() {
{"aten.empty.memory_format", op::translate_empty},
{"aten.max_pool2d_with_indices.default", op::translate_max_poolnd_fx},
{"aten.mean.dim", op::translate_mean},
{"aten.native_batch_norm.default", op::translate_batch_norm_fx},
{"aten.relu_.default", op::translate_1to1_match_1_inputs<opset10::Relu>},
{"aten.sigmoid.default", op::translate_1to1_match_1_inputs<opset10::Sigmoid>},
{"aten.silu_.default", op::inplace_op<op::translate_1to1_match_1_inputs<opset10::Swish>>},
Expand Down

0 comments on commit fc457ae

Please sign in to comment.