forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Resolve review comments #4
Merged
itikhono
merged 17 commits into
rkazants:tf_frontend/master
from
itikhono:itikhono/tf_fe/master
Oct 13, 2021
Merged
Resolve review comments #4
itikhono
merged 17 commits into
rkazants:tf_frontend/master
from
itikhono:itikhono/tf_fe/master
Oct 13, 2021
Conversation
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
…le (openvinotoolkit#7947) * limit supported formats by NIST database only, added lenet.labels file * shortened line * apply code style fix
(cherry picked from commit 1880d65)
Signed-off-by: Min, Byungil <[email protected]>
* Use runtime::Tensor instead of Blob in read_model * Fixed the memory ownership
* Removed commonTestUtils from ngraph tests * Fixed build
* Fix performance on resnet50 quantized models LP transformations won't work on the model unless the last 4 inputs to FakeQuantize are constants. In order to meet that requirement, we need to perform constant folding for those inputs in QuantizeLinear ONNX operator. Ticket: 65375 * fix "Cannot find blob with name: y" exception during onnx_model_quant_conv_linear * remove linking with onnx_ngraph_frontend * fix exclude path
…vinotoolkit#7886) * work with omz: change hardcoded paths for memory_tests, fix paths for memcheck get_testdata.py script * change paths to omz tools * revert mo changes * remove mo from arguments * remove extra var from cmd string * remove is_db_used check * add timeout to proc_exec * merge master
* Moved serialization pass to public * Fixed unit tests * Fixed code style * Fixed tests * Fix link * Fix kmb * Fixed build * Removed InferenceEngine::Core from ngraph tests * Add missed models * Restore IR weights * Fixed code style
* Deprecated old evaluate methods * Suppress node * Fixed some warnings * Fixed documentation and warnings * Fixed some warnings * Disable some warnings
* [GNA] Fixed errors with convolution handling * [GNA] Tests added * [GNA] Fixed the problem with Convolution Filter * [GNA] Allow scale factors near 0, comments apply
…inotoolkit#7884) * [GNA] More precized calculation of Log pwl and pwl with sf < 1 * [GNA] Added tests * [GNA] Types correction * [GNA] Added comment for absolute threshold calculation in the test
rkazants
pushed a commit
that referenced
this pull request
Feb 17, 2022
…toolkit#9691) * [Transformations] Added interchangeable reshape elimination * Applied comments #2 * returned Reshape in condition * applied comments #3 * applied comments #4 * added comment in plugin with reason about transformation
rkazants
pushed a commit
that referenced
this pull request
Jan 8, 2024
…#3 not step #4. I fixed the typo (openvinotoolkit#21993)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.