* [PT FE] Fix behaivior of convert_partially method to align with new description
* Simplify
* Do not add a message to exception of get_converted_model
* Update src/frontends/pytorch/src/frontend.cpp
* Supress normalize exception only when model is valid
* Create TranslateSession in own scope
* [TF FE] Fix conversion of SavedModel with only numerical names operations
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Compare tensor names in the unit-test
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
The Python version uses `app_inputs_info` to represent different input configurations, but the C++ version extends that use case and uses `app_inputs_info` to represent different input images as well. That means that the assumption that if `app_input_info.size() > 1`, then input shape is dynamic, doesn’t always hold for C++
Ticket 117673
* Added shape and type infer for result nodes in MOC transformations.
* Clang format.
* Added validate_nodes_and_infer_types() pass at the end of MOC pipeline.
* Clang format.
* Added test.
* Clang format.
* [FIX][CPU] Convert CF: added convert childs number check
* code style fix
* WIP: [CPU][TESTS] Convert CF: Added subgraph test with two outputs for Convert node
* MatMulDecompressConvertTest refactoring + instances fixes
* removed KeepConstAndDecompressionForMatMul pass and added cpu callback for KeepConstAndDecompression
* MatMulDecompressConvertTest2: added graphs and small problem description
* small review fix
* try to fix memory issue
Signed-off-by: HU Yuan2 <yuan2.hu@intel.com>
* save code
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* fix life cycle issue
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* update comment and save stream of master thread in tbb ThreadLocal
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* update
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* not save the main stream in tbb
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* remote test code and update comment
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* fix mistaken modify
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* fix format issue
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* add test
Signed-off-by: HU Yuan2 <yuan2.hu@intel.com>
* improve test
Signed-off-by: HU Yuan2 <yuan2.hu@intel.com>
* fix the test
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* remote unused code
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* update the comment of the code
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* fix format issue
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
* revert test case
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>
---------
Signed-off-by: HU Yuan2 <yuan2.hu@intel.com>
Signed-off-by: Hu Yuan2 <yuan2.hu@intel.com>