Skip to content

Commit

Permalink
Update op_table.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
darksapien23151 authored Jan 21, 2025
1 parent 3ab1c2d commit a7420db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontends/pytorch/src/op_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ OP_CONVERTER(translate_avg_pool2d);
OP_CONVERTER(translate_avg_pool3d);
OP_CONVERTER(translate_bool);
OP_CONVERTER(translate_batch_norm);
OP_CONVERTER(translate_bincount);
OP_CONVERTER(translate_bitwise_and);
OP_CONVERTER(translate_bitwise_not);
OP_CONVERTER(translate_bitwise_or);
Expand Down Expand Up @@ -408,6 +409,7 @@ const std::unordered_map<std::string, CreatorFunction> get_supported_ops_ts() {
{"aten::avg_pool3d", op::quantizable_op<op::translate_avg_pool3d>},
{"aten::baddbmm", op::translate_addmm},
{"aten::batch_norm", op::translate_batch_norm},
{"aten::bincount", op::translate_bincount},
{"aten::bitwise_and", op::translate_bitwise_and},
{"aten::bitwise_not", op::translate_bitwise_not},
{"aten::bitwise_or", op::translate_bitwise_or},
Expand Down

0 comments on commit a7420db

Please sign in to comment.