-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IE Myriad] Use instance of InferenceEngine::Core via ie::ICore interface in Myriad plugin #1316
[IE Myriad] Use instance of InferenceEngine::Core via ie::ICore interface in Myriad plugin #1316
Conversation
422eea6
to
7061559
Compare
Approved the changes, they are fine. But the failures have to be fixed, as I can see out of logs there are some problems with adding new parameter like |
inference-engine/tests_deprecated/unit/engines/vpu/myriad_tests/helpers/mock_icore.h
Outdated
Show resolved
Hide resolved
inference-engine/src/vpu/graph_transformer/include/vpu/frontend/frontend.hpp
Outdated
Show resolved
Hide resolved
@Maxim-Doronin FYI |
2ef870c
to
119cc95
Compare
119cc95
to
fd3c21b
Compare
fd3c21b
to
5b7f8dd
Compare
b2105f7
to
e9acfa2
Compare
94da074
to
01b8fc3
Compare
@nikita-kud, the mentioned in PR description validation build is not ok. Could you re-run validation? |
Unfortunately, pre-commit is still red:( So I will run the internal CI when it is fixed. |
22140a4
to
37a1b88
Compare
@iefode @ilya-lavrenov please take a look. |
27a94d5
to
c52c719
Compare
@Maxim-Doronin please take a look. |
03670c1
to
870ec1c
Compare
…ows build: C2513: 'int': no variable declared before '='
…face in Myriad plugin (openvinotoolkit#1316) * [ci-skip][IE Myriad] ie::ICore pointer passed into FrontEnd from plugin * [ci-skip][IE Myriad] Added MockICore to fix graph transformer tests * [ci-skip][IE Myriad] IN renamed to I_N to avoid compile error in Windows build: C2513: 'int': no variable declared before '='
#-30632
hddl PR 194
CI:
Nets:
Pre-commit 12992 is passed