Update description about SupportsFusingWithConvolution_Simple
This commit is contained in:
parent
443cd98f10
commit
7df8aaf3bf
|
|
@ -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) ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue