Fix fusing Multiply node with Convolution in case group != 1 (#1882)
authorMaxim Vafin <maxim.vafin@intel.com>
Fri, 4 Sep 2020 17:32:51 +0000 (20:32 +0300)
committerGitHub <noreply@github.com>
Fri, 4 Sep 2020 17:32:51 +0000 (20:32 +0300)
commit18a49f9e7e1854be78490c511ac006982476b4ef
treedbbfaf15fb6cd12e475a095c83073a6f5bb59481
parent51fa5ab8cb957a5fde384fa07da776e18d758253
Fix fusing Multiply node with Convolution in case group != 1 (#1882)

* Fix fusing Multiply node with Convolution in case group != 1

* Add transformation test

* Do not fuse if not possible to reshape const

* Update fuse_linear_ops.py
model-optimizer/mo/middle/passes/fusing/fuse_linear_ops.py
model-optimizer/mo/middle/passes/fusing/fuse_linear_ops_test.py