Skip to content

Commit

Permalink
[PT FE] Support aten::concatenate (openvinotoolkit#28518)
Browse files Browse the repository at this point in the history
### Details:
 - *Support `aten::concatenate`*

### Tickets:
 - *CVS-160777*

Signed-off-by: Maxim Vafin <[email protected]>
  • Loading branch information
mvafin authored and MirceaDan99 committed Jan 22, 2025
1 parent eb588c5 commit 7c2a5f1
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 @@ -432,6 +432,7 @@ const std::unordered_map<std::string, CreatorFunction> get_supported_ops_ts() {
{"aten::col2im", op::translate_col2im},
{"aten::complex", op::translate_complex},
{"aten::concat", op::translate_cat},
{"aten::concatenate", op::translate_cat},
{"aten::contiguous", op::skip_node}, // In openvino how tensors are stored in memory is internal plugin detail,
// we assume all tensors are contiguous
{"aten::conv_transpose1d", op::translate_conv_transposend},
Expand Down

0 comments on commit 7c2a5f1

Please sign in to comment.