* Port properties in time and stress tests to API2.0
* Port CC tests infer_tool.py to API2.0
* Update tests/conditional_compilation/tools/infer_tool.py
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
* Fixed comments for linux-riscv64 GHA workflow
* Try to enable PDPD tests back
* support paddle 2.5
* fix op test errors
* fix op test errors
* recover openvino/src/core/src/op/swish.cpp
* recover thirdparty open_model_zoo
* update cmakelist
* disable some tests
* fix code style
* enable paddle ci tests
* disable some tests
* fix np.long error
* recover reverse op
* update ci config
* recover set_value test codes
* rm linux_debian.yml
* Compatible with cases where different paddle versions have different output shapes
* remove set_value tests
* recover save_model.py
* Added ctest labels for FE tests only if FW is found
* recover thirdparty
* Update CMakeLists.txt
Fixed creation of paddle_tests target two times
* update paddle v2.5.1 proto file
* recover thirdparty
* fix Paddle_Reader_Tests.LoadModelMemoryToCore error
* fix Paddle_Places test issue in v2.5.1
* support some tests for low version paddle
* fix paddle FrontEndCutModelTest issue
* fix
* support all other tests for low version paddle
* fix codestyle
* fix codestyle
* Update generate_multi_tensor_split.py
* fix build error
* add testUnloadLibBeforeDeletingDependentObject into paddle skip tests config
* remove PROTOBUF_LITE from paddle CmakeList.txt
* fix path error
* add debug info
* add debug codes
* use make_model_path
* recover
* add option optimize_for
* use FrontEndTestUtils in read_paddle_model_test.cpp
* use FrontEndTestUtils in read_paddle_model_test.cpp
* fix grid_sample error when using dynamic shape
* fix error tests for 2.4 version
* add paddle version judge for floor_div
* fix grid_sample and add tests
* fix
* fix
* recover
* recover grid_sampler
* Apply suggestions from code review
* fix
* Apply suggestions from code review
* Apply suggestions from code review
* fix build error
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Co-authored-by: meiyang-intel <yang.mei@intel.com>
* Remove usage of util::wrap_tensor
* Remove tensor conversion utils
make it local in model to remove with legacy evaluate
* Make only output tensor dynamic if Shape{0}
* Evaluate fixes on HostTensor
---------
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
* add arm as a matrix for build job
* uncomment
* comment
* try inside pipeline
* check location
* another dirs
* try to privide correct action path
* use corrected action
* use newer commit
* use newer commit
* use newer commit
* use newer action commit
* add setting
* rm from pipeline, adapt action iteslf
* add missing deps
* enable samples and debian jobs
* correct yml
* correct image name
* correct syntax, use self-hosted option
* enable onnx runtime and c++, use newer action
* enable Python and CPU Func tests
* add missing deps for arm64
* increase timeout for python tests
* disable some tests, add more time
* skip failing tests
* skip speech sample test on arm
* dummy chang
* skip mxnet mo on arm, run all tests
* rm quotes
* separate linux x86 and arm64 workflows
* rm unused matrix refs, add timeouts
* add skips for c++ tests and some Python tests
* correct cache keys, extend timeout
* skip more python tests
* add more skips: for python and CPU func
* extend cpu func list with skips
* disable cpu func tests and python api 2.0 tests
* rm disable job
* styling, rm pr trigger, rm always(), rm unnecessary changes
* revert
* use ifs instead of comments, provide better wording for skips
* [TF FE] Support different types: u16, u64, u32, boolean
Support constants of different types and dtype attribute values
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Use map instead of unordered_map
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Add tests with different types
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* fix didn't udpate last second input issue
Signed-off-by: HU Yuan2 <yuan2.hu@intel.com>
* to match master code
Signed-off-by: HU Yuan2 <yuan2.hu@intel.com>
* fix review comment
use parametrized test case instead of creating new test case
Signed-off-by: HU Yuan2 <yuan2.hu@intel.com>
---------
Signed-off-by: HU Yuan2 <yuan2.hu@intel.com>
* Improve Constant creation from string values
* Optimize Constant creation from vector<T>
binary size reduction
* Fix code style
* Add tests to check there is no precision los
* Fix conversion for string -> integral numbers
---------
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
* only use current thread when -nstreams=0 with TBB
* add comments
* fix building issue
* fix comments
* only use current thread when -nstreams=0 with TBB
* add comments
* fix building issue
* fix comments
* fix scatter update axis name
* Remove _exec_deps control for backedge_from because this is not required after PR-21333
* Previously, we organized execution order based on dependency for input-output buffer sharing from loop-body
* With PR-21333, we are not sharing buffer between input and output when loop input has multiple outputs.
* Therefore, there is no need to adjust exec order.
* 1. Update the logic for filtering out the device that supports the stateful model.
2. Enable the function to create stateful model in the test case.
* 1. Enable unit test cases for stateful model support.
2. disable accelerator device(CPU_HELP) if model is stateful.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* Update.
* Updated.
* Updated.
* Updated.
---------
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
* [GPU] union 1D and scalar output dim for subgraph is skipped in condition
* Set friendly name using primitive_id for debugging.
* Do not share memory between internal input and external input when internal input has backedge in loop
* Set backedge mode to SINGLE when backedge_from_prim has multiple users
* Add condition unit test to check empty inner body
* Fix functional test failures
* Fix unit test failure on dg2
* Follow up code review - rename function