Skip to content

Commit

Permalink
Support safe_softmax
Browse files Browse the repository at this point in the history
  • Loading branch information
mvafin committed Oct 22, 2024
1 parent 23a9489 commit 1823524
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 @@ -742,6 +742,7 @@ const std::unordered_map<std::string, CreatorFunction> get_supported_ops_fx() {
{"aten._native_batch_norm_legit.no_stats", op::translate_batch_norm_legit_no_stats_fx},
{"aten._native_batch_norm_legit_functional.default", op::translate_batch_norm_legit_fx},
{"aten._native_batch_norm_legit_no_training.default", op::translate_batch_norm_legit_no_training_fx},
{"aten._safe_softmax.default", op::translate_softmax_fx},
{"aten._scaled_dot_product_flash_attention.default", op::translate_scaled_dot_product_attention_fx},
{"aten._scaled_dot_product_flash_attention_for_cpu.default", op::translate_scaled_dot_product_attention_fx},
{"aten._softmax.default", op::translate_softmax_fx},
Expand Down

0 comments on commit 1823524

Please sign in to comment.