-
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
Use ONNX Frontend instead of ONNX Reader #7031
Merged
ilyachur
merged 40 commits into
openvinotoolkit:master
from
mbencer:mbencer/LoadByModel
Aug 26, 2021
Merged
Changes from 9 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
9ec27f5
added get_name
67cfdd4
add support to supported_impl
cf64e13
remove debug code
714d444
review remarks
90cd973
Merge remote-tracking branch 'upstream/master' into mbencer/LoadByModel
d8a4e22
Merge remote-tracking branch 'upstream/master' into mbencer/LoadByModel
2129dae
changed name to onnx_experimental
aa5bb21
Merge remote-tracking branch 'upstream/master' into mbencer/LoadByModel
9264675
fixed test
3f5c55e
Merge remote-tracking branch 'upstream/master' into mbencer/LoadByModel
51b31c7
revert onnx_experimental name
f16c67a
integrate reader and fe api
1de22dd
add unit tests
f4a4bab
removed prototxt from model_validator
4ca5317
Merge remote-tracking branch 'upstream/master' into mbencer/LoadByModel
48ad76a
reader refactor
adfd5ab
Merge remote-tracking branch 'upstream/master' into mbencer/LoadByModel
c5b90ed
add supress
b66e61c
Update inference-engine/src/readers/onnx_reader/ie_onnx_reader.cpp
cad333b
fix segfaults
563afaa
removed onnx reader
a8aabaf
handle istringstream
7eda63e
Merge remote-tracking branch 'upstream/master' into mbencer/LoadByModel
7e9c2bd
wstring support
e8b8432
removed saving path
a7de4c9
styles applied
8112b7d
changed name to onnx experimental
b295719
Apply suggestions from code review
3e80a35
Merge branch 'mbencer/LoadByModel' of github.com:mbencer/openvino int…
422e757
Merge remote-tracking branch 'upstream/master' into mbencer/LoadByModel
0f0717c
skip onnx_experimental frontend in mo.py
7f8c848
add support of wstring paths
bfa4267
Merge remote-tracking branch 'upstream/master' into mbencer/LoadByModel
ccfb492
fix wstring ctor of InputModelONNX
f78d3bc
added NGRAPH_SUPPRESS
2728690
make one instance of manager
a93a14b
change onnx_experimental name to onnx
44b7642
creation frontend manager refactor
9aab1cb
Merge remote-tracking branch 'upstream/master' into mbencer/LoadByModel
3f4edbf
Merge remote-tracking branch 'upstream/master' into mbencer/LoadByModel
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why "experimental"? 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, we can change it to "onnx", but onnx frontend is still skipped in mo.py