[GNA] add support for 4d eltwise (#1353)
authorAnna Alberska <anna.alberska@intel.com>
Wed, 19 Aug 2020 13:03:18 +0000 (15:03 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Aug 2020 13:03:18 +0000 (16:03 +0300)
commita2b71aef566204ee4293993a8289537ba433fd75
tree5d84df25973cacdc276e19086f0737ffc56ae9f6
parentfb885873eae348126283d9e8a6e03be6c21c53c2
[GNA] add support for 4d eltwise (#1353)

* [GNA] add support for 4d eltwise

* cpplint fix

* refactor

* fix FP16 broadcast pass

* change anonymous function to InferenceEngine::details::product

* introduce anonymous function to the pass & add layer checks

* refactor tileBlob lambda
inference-engine/src/gna_plugin/gna_graph_compiler.cpp
inference-engine/src/gna_plugin/gna_plugin.cpp
inference-engine/src/gna_plugin/optimizer/gna_pass_manager.cpp
inference-engine/src/gna_plugin/optimizer/gna_pass_manager.hpp
inference-engine/tests/functional/plugin/gna/pass_tests/4d_eltwise.cpp [new file with mode: 0644]