forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Vnode #46
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
Open
usstq
wants to merge
143
commits into
vnode_base
Choose a base branch
from
vnode
base: vnode_base
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Vnode #46
Conversation
This file contains hidden or 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
…quantize (openvinotoolkit#19182) * updated to add reorder after parameter when it is connected to quantize * removed redundant code
…olkit#19079) * Removed 'example_output' from ovc and ovc.convert_model, used output for this purpose * Update tools/ovc/openvino/tools/ovc/convert.py * Update tools/ovc/openvino/tools/ovc/convert_impl.py * Reverted mo parts not affected by remove of example_output * fix PDPD convert_model tests --------- Co-authored-by: Xiuchuan Zhai <xiuchuan.zhai@intel.com>
) * Moved mmap to openvino/util as a shared functionality * Enabled MMAP for SavedModel and MetaGraph * Fixed CMake * Fixed a lost line * Simplified code for compilers * Aligned with an actual master * Enabled mmap by default and added test * Suppressed warning, added test for MetaGraph, additional messages --------- Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
* fix a possible race condition Signed-off-by: fishbell <bell.song@intel.com> * clang Signed-off-by: fishbell <bell.song@intel.com> * reimpl Signed-off-by: fishbell <bell.song@intel.com> * add cases Signed-off-by: fishbell <bell.song@intel.com> * implement test in 2.0 Signed-off-by: fishbell <bell.song@intel.com> * clean up unchanged files Signed-off-by: fishbell <bell.song@intel.com> * add pragma once Signed-off-by: fishbell <bell.song@intel.com> --------- Signed-off-by: fishbell <bell.song@intel.com>
* Fix TS gather * enable pytest * revert auto replaced comment
…kit#19106) * [GPU] Fix unintentional expansion of pad's rank into 2D * Add explicit 1d pad TCs for ov_gpu_unit_tests
* add set property case * add set property case * free key * fix code style * add test of get_property() for ov_property_key_auto_batch_timeout * get_property first * add device name * device_name.c_str() * reset name * test set_property * remove comment * pass local * get property first * fix bug * use device from GetParam * fix char to string * use EXPECT_STREQ(target.c_str(), result); * fix comment --------- Co-authored-by: Chen Peter <peter.chen@intel.com>
* Round ref implementation select optimal solution * Add rounding guard - minor corrections after review.
…lkit#19127) * add-numpy * Apply suggestions from code review Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com> * Apply suggestions from code review Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com> --------- Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
* Added check that nncf was imported. * Added check that nncf was imported in MO. * Added check that nncf was imported in MO. * Apply suggestions from code review Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com> * Removed not needed import. * Pylint fix. --------- Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com>
* flatbuffers version update * minor changes * minor changes
* [PT FE] Revise usage output vs node in frontend * Fix code style
* TorchFX caching bugfix and improvements * Fixed inconsistent env variable for Backend device * Identify PyTorch FrontEnd Decoder type * Added import statement in init files * Registered ts_openvino as a separate backend * Added caching fix and removed extraneous code * Changed the name of ts backend * Fixed issue with local temporary object * Removed import statement from init files * Changed the documentation * Added get_supported_ops method for decoders --------- Co-authored-by: Cavus Mustafa <mustafa.cavus@intel.com> Co-authored-by: ynimmaga <yamini.nimmagadda@intel.com>
C++ version doesn't have this problem. Ticket 99702
* Added support of tuple in input, removed type syntax from OVC tool. * Removed type syntax tests. * Apply suggestions from code review * Method annotation corrected. * Type annotation corrected. --------- Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: AUTO BATCH
category: AUTO
category: build
category: C API
category: CI
category: Core
category: CPP API
category: CPU
category: dependency_changes
category: docs
category: GNA
category: GPU
category: IE Tests
category: inference
category: IR FE
category: LP transformations
category: MO
category: ONNX FE
category: packaging
category: preprocessing
category: Python API
category: PyTorch FE
category: samples
category: TEMPLATE
category: TF FE
category: TFL FE
category: tools
category: transformations
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.
Details:
Tickets: