Skip to content

Commit 0393cde

Browse files
authored
fixed op_table.cpp
1 parent d6adb61 commit 0393cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontends/pytorch/src/op_table.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ const std::unordered_map<std::string, CreatorFunction> get_supported_ops_ts() {
703703
{"aten::std", op::translate_std},
704704
{"aten::std_mean", op::translate_std_mean},
705705
{"aten::stft", op::translate_stft},
706-
{"aten::stft", op::translate_str},
706+
{"aten::str", op::translate_str},
707707
{"aten::sub", op::translate_sub},
708708
{"aten::sub_", op::translate_sub_},
709709
{"aten::sum", op::translate_sum},

0 commit comments

Comments
 (0)