-
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
[PP GAPI] Extended preprocessing graph to support precision conversions #2290
[PP GAPI] Extended preprocessing graph to support precision conversions #2290
Conversation
...ce-engine/tests_deprecated/fluid_preproc/fluid_test_computations/fluid_test_computations.hpp
Outdated
Show resolved
Hide resolved
inference-engine/tests_deprecated/fluid_preproc/common/fluid_tests.cpp
Outdated
Show resolved
Hide resolved
- not yet visible via plugin interface - for resize non U8 input is converted to FP32 - tests
23af3da
to
4d3e781
Compare
int, // output matrix depth | ||
double>> // tolerance | ||
{}; | ||
|
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.
seems like not used
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.
let's remove in the next PR.
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.
Looks good!
…ns (openvinotoolkit#2290) - not yet visible via plugin interface - for resize non U8 input is converted to FP32 - tests
The PP graph was extended to support precision conversion as well