forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Bump onnx from 1.8.1 to 1.9.0 in /ngraph/python #4
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
Closed
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
Author
|
Dependabot tried to add |
Author
|
The following labels could not be found: |
2d7b500 to
4b2ba92
Compare
Bumps [onnx](https://github.com/onnx/onnx) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/master/docs/Changelog.md) - [Commits](onnx/onnx@v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
4b2ba92 to
ce7058d
Compare
mandrono
pushed a commit
that referenced
this pull request
Jul 30, 2021
* [FrontEnd]enable 16 ops conversion * [FrontEnd]fix typo in interpolate * param support tensor (#3) * Update hard_sigmoid.cpp (#4) * Yi3/fix paddle part2 * fix paddle conversion * ops forward declaration * use tile instead of broadcast * Add validation check in dropout (#8) * fix conflict * fix code style * fix transpose2 * use perm size in transpose2 * remove check in transpose2 Co-authored-by: Luo Cheng <cheng.luo@intel.com> Co-authored-by: Mang Guo <mang.guo@intel.com>
Author
|
Superseded by #17. |
maxnick
pushed a commit
that referenced
this pull request
Feb 11, 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
maxnick
pushed a commit
that referenced
this pull request
Jan 11, 2024
…#3 not step #4. I fixed the typo (openvinotoolkit#21993)
maxnick
pushed a commit
that referenced
this pull request
Mar 26, 2024
* [CI] [GHA] Introduce JS API as a part of the existing workflows (openvinotoolkit#21898) * add js api to linux * try inside the ov repo * use rel path * use a separate job for js api * correct command formatting * add missing var * use spacing * mv js building * add node installing * add to windows * check pwsh and cmd running npm * add smart CI conditions; disable for win * use node version as env var * extract js job into a separate workflow, add to other *nix * fix input name * Activate js bindings tests for arm64 * upload ov js package * correct formatting * add missing syntax --------- Co-authored-by: Vishniakov Nikolai <nikolai.vishniakov@intel.com> * Cmake Python build option flags should be added to the command in step #3 not step #4. I fixed the typo (openvinotoolkit#21993) * [CI] [GHA] [JS API] Remove explicit default values settings in Linux ARM64 `cmake` (openvinotoolkit#22019) * rm explicit default values settings * Activate mac arm64 js api check * Specify test run --------- Co-authored-by: Vishniakov Nikolai <nikolai.vishniakov@intel.com> * [OV JS] Activate validation for mac x86 (openvinotoolkit#22035) * Extend validation for mac x86 * Remove extra params * fixed broken doc links (openvinotoolkit#22088) Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com> * [GHA] Update MO deps (openvinotoolkit#22130) * [GHA] Update MO deps Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com> * Update .github/components.yml --------- Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com> * Avoid DOWNLOAD_EXTRACT_TIMESTAMP warning (openvinotoolkit#22135) * Avoid DOWNLOAD_EXTRACT_TIMESTAMP warning * Change applying policy condition Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com> --------- Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com> * Fixed API validator search (openvinotoolkit#22136) * [OV JS] Conditional enabling of JS API (openvinotoolkit#22139) * Disable js api building for vcpkg * Disable JS API by default * Add disable JS API conditions in features.cmake * Update cmake/features.cmake * Update src/bindings/js/CMakeLists.txt --------- Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com> * Fixed GHSA-h5c8-rqwp-cp95 (openvinotoolkit#22159) * [PyOV][SAMPLES] Fix bugbear issue B038 (openvinotoolkit#22183) * Fixed compilation on GHA CI * Decrease number of workers for ONNX Model tests to prevent OOM kills (openvinotoolkit#22243) * Decrease number of workers for ONNX Model tests to prevent OOM kills * Try to use "-n auto" also --------- Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com> Co-authored-by: Andrei Kashchikhin <andrey.kashchikhin@intel.com> Co-authored-by: Vishniakov Nikolai <nikolai.vishniakov@intel.com> Co-authored-by: fredrickomondi <omondifredrick@gmail.com> Co-authored-by: Santhosh Mamidisetti <92091342+SANTHOSH-MAMIDISETTI@users.noreply.github.com> Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com> Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com> Co-authored-by: Jan Iwaszkiewicz <jan.iwaszkiewicz@intel.com> Co-authored-by: Andrey Babushkin <andrey.babushkin@intel.com>
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.
Bumps onnx from 1.8.1 to 1.9.0.
Release notes
Sourced from onnx's releases.
... (truncated)
Commits
1089b9eFix Batchnorm type inference for mean and variance and add a test (#3432) (#3...8ea843eBump VERSION NUMBER to 1.9.0 (#3426)ca9dbd7Fix logo url. (#3422)6d2fbeeBump version for 1.9 release. (#3417)de291a0Add new type constrains for variance and mean in BatchNorm (#3415) (#3416)77bc82eCherry-pick: Fix broken link to logo image (#3411)29e7aa7Bump version numbers for 1.9.0 release (#3408)bf2e3b5Cherry-pick: Update BatchNorm to specify population variance (#3406)a717033[1.8.203] Cherry-pick 2 shape inference fixes (#3397)e6a0f63Cherry pick commits from master to 1.9.0 release branch (#3392)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)