-
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
Update tensorflow requirement from <=2.11.0,>=1.15.5 to >=1.15.5,<=2.12.0 in /src/frontends/tensorflow_lite/tests #97
Conversation
* Use shared constant in pytorch decoder * Fix contigious array * Support scalars * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Ekaterina Aidova <[email protected]> --------- Co-authored-by: Ekaterina Aidova <[email protected]>
Signed-off-by: Kazantsev, Roman <[email protected]>
* support paddle slim * fix scale shape issue in dequantize_linear * fix node implicit construct failed in yolov5 and yolov7 * correct the round mode * improve the accuracy of slim * support paddle slim * fix scale shape issue in dequantize_linear * correct the round mode * refactor some tests * fix according to comments * support zero_point and fallback round_mode
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…" in cpu plugin CMakeLists.txt (openvinotoolkit#15780) * Remove -Wno-class-memaccess Signed-off-by: Yan, Xiping <[email protected]> * fix warnings for memset. Signed-off-by: Yan, Xiping <[email protected]> * Change bfloat16_t implementation to trivial. Signed-off-by: Yan, Xiping <[email protected]> * memset warning can be fixed via changing bfloat16_t to TRIVIAL. Signed-off-by: Yan, Xiping <[email protected]> * Revert "memset warning can be fixed via changing bfloat16_t to TRIVIAL." This reverts commit 28a37af. --------- Signed-off-by: Yan, Xiping <[email protected]>
…vinotoolkit#15862) * Add removing dangling results in MultiSubGraphOp transformation * Add recursive call for nested subgraphs * Fix frontend build * Add tests * Add more tests and fix special port * Add more tests, fix LSTM tests * Preserve merged inputs * Fix code style * Fix paddle tests * Fix special output
…layer is already created (openvinotoolkit#15852)
…t#15981) Signed-off-by: Kazantsev, Roman <[email protected]>
* Changed template plugin namespace * Fixed documentation
* Check Node in Model creation * apply fixes
) * find test case for MultiDeviceInferRequest::SetBlob * improve line coverage of infer_request * add test cases for queryState and exception test case for perf count * fix querystate running fail * add test case to memory_states.cpp * rename name of test case * add memory_states.cpp to CMakeLists.txt * Use _LogTag to judge whether MULTI * clang-format intel_gna/memory_states.cpp * Modify the position of the macro ENABLE_INTEL_CPU in the test case --------- Co-authored-by: Chen Peter <[email protected]>
…penvinotoolkit#15809) Bumps [paddlepaddle](https://github.com/paddlepaddle/paddle) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/paddlepaddle/paddle/releases) - [Changelog](https://github.com/PaddlePaddle/Paddle/blob/develop/RELEASE.md) - [Commits](PaddlePaddle/Paddle@v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: paddlepaddle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ilya Lavrenov <[email protected]>
…5799) * Add Weights by ops * Upgrade conformance tools * api_conformance * Change prefix * Reorg meta info * Chnage base algo * fix all other * return summary * Update the report * wa * review
* enable dnnl cache * revise cmake comments
* update NV12 docs and snippets add single-plane input information create single-plane cpp snippet menu fix update formatting for sphinx directives Co-Authored-By: Ilya Churaev <[email protected]> Co-Authored-By: Vladimir Paramuzov <[email protected]> * additional snippet fixes --------- Co-authored-by: Ilya Churaev <[email protected]> Co-authored-by: Vladimir Paramuzov <[email protected]>
…lkit#14999) * Bump awalsh128/cache-apt-pkgs-action from 1.1.3 to 1.2.2 Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.1.3 to 1.2.2. - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](awalsh128/cache-apt-pkgs-action@v1.1.3...v1.2.2) --- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update .github/workflows/build_doc.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ilya Lavrenov <[email protected]>
…nvinotoolkit#15784) * ReverseInputChannelsFusion - return early if there is no reverse input channels Ticket: 98067 * run_passes * fix unnecessary validate calls
* Add support for concatenation in Loop * Apply suggestions from code review * Fix win build * Fix issues with propagation shapes and types in Loop * Fix einsum * Set type and shape of count in frontend
* Moved template backend to new API * Fixed compilation * Fixed some comments * Fixed ov_core_unit_tests * Fixed some tests * Fixed ONNX Frontend tests * Fixed transformation tests * Fixed dynamic tests * Fixed sporadic in CPU tests * Added WA for plugin * Fixed copy_to for scalar tensors
* [Remove APIs] remove api Result(const Output<Node>& arg, bool), set_needs_default_layout(bool) & needs_default_layout() Signed-off-by: Zhai, Xuejun <[email protected]> * [Remove APIs] remove const AutoBroadcastSpec NUMPY & NONE Signed-off-by: Zhai, Xuejun <[email protected]> * [Remove APIs] clear code Signed-off-by: Zhai, Xuejun <[email protected]> --------- Signed-off-by: Zhai, Xuejun <[email protected]>
…15766) * Add shape infer function * Update shape_infer and usage * Add setters * Register shape_infer for CPU * Tests * Style * Add cast for dim type * Add precision * Update input size check * Move setters to cpp
…s) (openvinotoolkit#16291) * Add descriptions to the transformations, add additional checks * fix a warning * TransposeSinking Rafactoring part2: move the transformations to a separate folder, align namespaces * TransposeSinking refactoring: class names, namespaces * codestyle * resolve merge conflicts
Signed-off-by: fishbell <[email protected]>
* ix conformance on win * fix summarizer * try
* Update ONNX Runtime from rel-1.8.1 to rel-1.14.0 Signed-off-by: Zhai, Xuejun <[email protected]> * Upgrade Cmake to 3.24.0 Signed-off-by: Zhai, Xuejun <[email protected]> * Revert "Upgrade Cmake to 3.24.0" This reverts commit 04a00f6. * Update CMake to version 3.24.0 Signed-off-by: Zhai, Xuejun <[email protected]> * Skip CApiTest.test_custom_op_openvino_wrapper_library test for tmp, will add back with the new ONNX Runtime version Signed-off-by: Zhai, Xuejun <[email protected]> --------- Signed-off-by: Zhai, Xuejun <[email protected]>
* fix 1 * fix 2-10 * fixed code style * fixed win plugin * fixed linux plugin * fixed a part of tests * fixed test fot linux * fixed pooling_gpu_test fot linux * fixed pooling_gpu_test fot linux * fix after review and enable wd4267 in makefile * fix after review * errors of unit test are fixed
* Extend template plugin tests * Fixed loaded_from_cache for new API * Added const * Added ov::loaded_from_cache as supported property of CompiledModel * Remove loaded_from_cache from core * Reverted logic for old plugins * Fixed comments * Fixed build
* Update building and plugin testing docs * Fixed typo
* move to rst * move to rst * change intro * fix_directive * fix code snippets * sphinx snippets fix * change link * align tab * snippet path fix * fix code snippet path * fix code snippets * fix hyperlink * change format * change intro * fix list format
Updates the requirements on [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v1.15.5...v2.12.0) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
This PR will be closed in a week because of 2 weeks of no activity. |
This PR was closed because it has been stalled for 2 week with no activity. |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updates the requirements on tensorflow to permit the latest version.
Release notes
Sourced from tensorflow's releases.
... (truncated)
Changelog
Sourced from tensorflow's changelog.
... (truncated)
Commits
a3e2c69
Merge pull request #60016 from tensorflow/fix-relnotes13b85dc
Fix release notes48b18db
Merge pull request #60014 from tensorflow/disable-test-that-oomseea48f5
Disable a test that results in OOM+segfaulta632584
Merge pull request #60000 from tensorflow/venkat-patch-393dea7a
Update RELEASE.mda2ba9f1
Updating Release.md with Legal Language for Release Notesfae41c7
Merge pull request #59998 from tensorflow/fix-bad-cherrypick-again2757416
Fix bad cherrypickc78616f
Merge pull request #59992 from tensorflow/fix-2.11-buildDependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)