[GNA] Support for cascade concat with non functional layers#598
[GNA] Support for cascade concat with non functional layers#598esmirno merged 1 commit intoopenvinotoolkit:masterfrom
Conversation
f13f779 to
78fb0fd
Compare
78fb0fd to
a0da4d0
Compare
pavel-rodionov
left a comment
There was a problem hiding this comment.
Looks good just some minor comments.
There was a problem hiding this comment.
I'm sorry but do you actually use something form ngraph_helpers.hpp here in this header?
There was a problem hiding this comment.
Why do we need this?
There was a problem hiding this comment.
For consistency I can suggest your to use const_mul and mul or const_mult and mult
There was a problem hiding this comment.
why we are not creating unit tests at all? Functional test to me only should happen if fight with accuracy. And event than it is questionable.
There was a problem hiding this comment.
what if there will be non linear subgraph of reshapes? What functional layer will be ended up with?
Create a case concat->reshape->(out:0)affine, (out:1 )concat
59721ac to
2e75b62
Compare
0932d40 to
3b5b328
Compare
inference-engine/tests/functional/plugin/shared/src/subgraph_tests/cascade_concat.cpp
Show resolved
Hide resolved
3b5b328 to
eee8614
Compare
inference-engine/tests/functional/plugin/shared/src/subgraph_tests/cascade_concat.cpp
Outdated
Show resolved
Hide resolved
eee8614 to
52b79bb
Compare
52b79bb to
0d1e0e7
Compare
0d1e0e7 to
e12b804
Compare
…oncats [GNA] Support for cascade concat with non functional layers between concats [GNA] Support for cascade concat with non functional layers between concats fix discussion medn test delete commet Rework test minor fix last fix Test Align filter fix discussion
e12b804 to
075ae03
Compare
…oncats (openvinotoolkit#598) [GNA] Support for cascade concat with non functional layers between concats
…oncats (openvinotoolkit#598) [GNA] Support for cascade concat with non functional layers between concats
…it#598) * Modify OPENVINO_OP using, caused by deprecated version Signed-off-by: xuejun <xuejun.zhai@intel.com> * Fix review comments Signed-off-by: xuejun <xuejun.zhai@intel.com> --------- Signed-off-by: xuejun <xuejun.zhai@intel.com> Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Support for cascade concat with non functional layers between concats.
Added tests for cascade concat