-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[LPT] Refactoring: PoC #5226
[LPT] Refactoring: PoC #5226
Conversation
a08b656
to
45ee466
Compare
6cef3ef
to
837c32a
Compare
b9eee08
to
cacf0b1
Compare
785007d
to
152f12c
Compare
837c32a
to
4e4dd08
Compare
1d2e381
to
72af4dd
Compare
e426d5d
to
7d661e7
Compare
b1adec9
to
120de95
Compare
22003ad
to
5150722
Compare
5bd61c8
to
9268806
Compare
dc943d4
to
31831c3
Compare
97ea3f4
to
c6b938d
Compare
6b59d92
to
a37161d
Compare
* LPT fix for Windows * Remove inference_engine_transformations_EXPORTS
a37161d
to
3c093af
Compare
7f1cac2
to
90583c6
Compare
90583c6
to
d90c9bf
Compare
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.
GPU part lgtm
}); | ||
|
||
ngraph::pass::Manager lptManager; | ||
lptManager.register_pass<ngraph::pass::low_precision::LowPrecision>(supportedPrecisions, perTensorQuantization); |
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.
Not blocks the PR, but we still need to clarify which parameters are placed in base LPT API and which goes to callbacks.
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.
approve CPU part
* LPT fix for Windows * LPT fix for Windows * Remove inference_engine_transformations_EXPORTS * [nGraph] Register new node in GraphRewrite * [LPT] nGraph alignment * [LPT] nGraph alignment: tests Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
* LPT fix for Windows * LPT fix for Windows * Remove inference_engine_transformations_EXPORTS * [nGraph] Register new node in GraphRewrite * [LPT] nGraph alignment * [LPT] nGraph alignment: tests Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
* LPT fix for Windows * LPT fix for Windows * Remove inference_engine_transformations_EXPORTS * [nGraph] Register new node in GraphRewrite * [LPT] nGraph alignment * [LPT] nGraph alignment: tests Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Details:
Tickets:
Validation: