Skip to content
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

Merge current master #127

Merged
merged 103 commits into from
Jan 17, 2024
Merged

Merge current master #127

merged 103 commits into from
Jan 17, 2024

Conversation

jiwaszki
Copy link
Owner

Details:

  • item1
  • ...

Tickets:

  • ticket-id

akashchi and others added 30 commits January 10, 2024 15:06
* slightly adapt wording in overview, start with runners doc

* populate table; add section about runners choosing

* wording

* use runners
* Core Shape and PartialShape supports negative idx

* Remove redundant `&` in shape impl

* Remove not required include
* Removed usage of old api
* Removed use_old_api
* Removed use_old_api in common files
* Removed use_old_api from tests
* MO/OVC related changes
* Renamed InferAPI20
* Removed use_old_api from tf_Placeholder test
* Removed transpose step
* Removed forced use_old_api=False for TF Lite
* add experimental_detectron_detection_output

* experimental_detectron_generate_proposals_single_image

* experimental_detectron_generate_proposals_single_image

* add experimental_detectron_roifeatureextractor

* add experimental_detectron_topk_rois

* add gru_sequence

* add interpolate

* add memory

* edit gru_sequence
* [TF Hub] Mark up models failing with IndexError for Squeeze

Signed-off-by: Kazantsev, Roman <[email protected]>

* Add xfail for nightly

Signed-off-by: Kazantsev, Roman <[email protected]>

---------

Signed-off-by: Kazantsev, Roman <[email protected]>
* Cleanup in frontend.cpp

* Cleanup input_model.hpp/cpp

* Refactored onnx_framework_node.hpp/cpp

* Updated arg_min_max_factory.cpp/hpp

* Updated conv_factory.cpp/hpp
* start with pwsh setupvars

* formatting, add last sections with python checks

* use script path for dir setting; add ps1 script to install

* use pwsh script

* rm from other distr; rm unnecessary OpenCV

* use the same component for both win setupvars; rm obsolete env vars

* rm spaces

* use single install; rm unused var
* set minimal tbb version on arm64 ubuntu22

* disable pkg_search_module for tbb on ARM64 Ubuntu22

* set minimal tbb version for all linux arm64
* Refactor set input/output type tests

* Delete api 1.0 test

* Refactor auto batching tests

* Apply comments

* Fix and apply comments
* add pool3d

* add ut

* use opset8 maxpool

* fix name

* add NDHWC support

* fix return index

* Refactor pool3d function to simplify output handling

* Add adaptive pooling tests for 3D models
* collect inplace consumers with LOOK_UP case

* fix smoke_ShapeOf_no_Inplace_Conflicts issue

* update collectConsumers

* fix issue

* Add cpu unit test case to check ResolveEdgeConflicts()

* update variable name

* update according to comment

* simplify code

* update
* [PyOV] Legacy IE Python API removal

* clean configs &cmake

* remove ngraph

* remove from yml

* try to fix build

* clean up

* remove old api from python snippets and docs (#170)

* remove old api from python snippets

* pysnippets removal p2

* remove ngraph snippet

* remove old api from docs

* remove migration snippets

* remove compatibility req after refactoring on master

* fix after merge

* fix after merge

* Update docs/articles_en/documentation/openvino_legacy_features/api_2_0_transition_guide/graph_construction.rst
* [Core] implement BGR2RGB for postprocess

* Fix clang format issue

* Add missing file

* Solve failure issue

* Minor update

* Add test cases for GPU and TEMPLATE plugin

* Fix GPU test case failure issue

    Failed: [GPU] Output tensor with name Abs_60 is not found

* Update for code reviewing

* Fix test failure issue of exception type
* slightly adapt wording in overview, start with runners doc

* populate table; add section about runners choosing

* wording

* use runners

* add doc about Docker images

* use better formatting for pros and cons

* fix typo
* [LPT] MVN fp16 fix

* tests

* test for similar case: NormalizeL2
* Skip redundant permute in stateful model

Signed-off-by: Andrew Park <[email protected]>

* clean up code

* Fix failed TCs for ov_gpu_unit_tests

* minor update for realloc mem

Signed-off-by: Andrew Park <[email protected]>

* Apply comment and fixed failed TCs

Signed-off-by: Andrew Park <[email protected]>

* add exception case for build time optimization

* Apply comments

Signed-off-by: Andrew Park <[email protected]>

---------

Signed-off-by: Andrew Park <[email protected]>
* strided_slice

* add strided_slice

* Update strided_slice.cpp

---------

Co-authored-by: Pavel Durandin <[email protected]>
* Remove proxy legacy functions

* Remove CoordinateTransform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment