Update description about SupportsFusingWithConvolution_Simple

This commit is contained in:
xuchen-intel 2024-06-11 03:33:09 +02:00
parent 443cd98f10
commit 7df8aaf3bf
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ bool isFullyConnected(const std::shared_ptr<const ov::Node>& node) {
}
bool SupportsFusingWithConvolution_Simple(const std::shared_ptr<const Node> &node) {
// Note: some other operations support this fusing (Abs, Clamp, Elu, Sigmoid, SoftPlus, Sqrt).
// Note: some other operations support this fusing (SoftPlus, Sqrt).
// Skip them here, when they are supported by Snippets ARM. Ticket: 141170.
return ov::is_type<ov::op::v0::Abs>(node) ||
ov::is_type<ov::op::v0::Clamp>(node) ||