* [IE TESTS] disable Some myriad tests on Windisable Some myriad tests on Win
* Skip test with todo
Co-authored-by: Irina Efode <irina.efode@intel.com>
[GNA] Added fix multiple output with one go to memory and test
[GNA] Added fix multiple output with one go to memory and test
[GNA] Added fix multiple output with one go to memory and test
Added multi output
Update gna_pass_manager.cpp
test
[GNA] Added fix multiple output with one go to memory and test
[GNA] Added fix multiple output with one go to memory and test
[GNA] Added fix multiple output with one go to memory and test
Added multi output
Update gna_pass_manager.cpp
test
tests
[GNA] Added fix multiple output with one go to memory and test
[GNA] Added fix multiple output with one go to memory and test
Added multi output
Update gna_pass_manager.cpp
test
tests
Added pass
Test
test
tests_2
return old
* [GNA] Added test ScaleShift and fixed power layer with non zero shift
added tests
[GNA] Added test ScaleShift and fixed power layer with non zero shift
* Test Assert
* rebuild
* Fix preserving names of output layers after TopK NGraph transformation (#843)
* Fix preserving names of output layers after TopK NGraph transformation
It helps to infer semantic-segmentation-adas-0001 model. See CVS-31977.
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix a test for TopK
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix TopK NGraph transformation and its test
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Disable smoke_LoadNetworkAccuracy due to sporadic failure
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Revert "Const folding and reference implementation for PriorBox(Clustered) ops (#785)"
This reverts commit 9fc818478a.
* apply codestyle for ngraph part
GCC and CLang *default* sanitizer linkage differs (static vs. dynamic).
Prefer default behavior as alternate seen having issues.
Default (GN)U linker fails with unresolved symbols linking Clang built
binaries with sanitizer enabled. Force use LLVM linker lld for Clang
builds.
Sanitizer instrumentation and link flags should be retained for all
binaries. Updating samples cmake configuration to keep those flags
after unset logic at the ie_build_samples().