[VPU][GT][Tests] Make gemmTranspose pass layout agnostic (#2666)
authorAndrew Bakalin <andrew.bakalin@intel.com>
Thu, 22 Oct 2020 12:04:53 +0000 (15:04 +0300)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 12:04:53 +0000 (15:04 +0300)
commit3dfec639f03da38b24db2e4ddf2b13543cd4a4cc
treec35f03d85001c69388c0f4440fcfc268c6f7a7b0
parent16a73508bd538b7378503d180821cde2231a579d
[VPU][GT][Tests] Make gemmTranspose pass layout agnostic (#2666)

* [VPU][GT] Make permTranspose pass layout agnostic

* [IE][Tests] Improve MatMul common test class

* [VPU][Tests] Add tests for MatMul

* [VPU][Tests] Review fixes

* [Tests] Add combineShapes for MatMul

* [VPU][GT] Fix assertion condition
inference-engine/src/vpu/graph_transformer/src/middleend/passes/gemm_transpose.cpp
inference-engine/src/vpu/graph_transformer/src/stages/gemm.cpp
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/single_layer_tests/mat_mul.cpp
inference-engine/tests/functional/plugin/myriad/shared_tests_instances/single_layer_tests/mat_mul.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/include/single_layer_tests/mat_mul.hpp
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/mat_mul.cpp