* [CPU] fix cloneWithUndefStridesAndOffset and cloneWithDefaultStridesAndOffset
* status fix
* applied comments after review 1
* strides compute was aligned and extracted
* review comments
* Added OpenVINO Tensor API
* Tensor API improvements
* Moved Tensor to ngraph
* Moved Tensor tests
* Fixed docs and code style
* Trying to fix Windows
* Fixed clang-format
* Moved Tensor to runtime namespace
* Fixed compilation
* Fixed clang-format
* Fixed tests in debug
Co-authored-by: apankratovantonp <anton.pankratov@intel.com>
* Remove fp16 of Convert layer test from skip_tests.config.cpp as it works now
* update repo
* add sin asin template plugin reference test
* add cos template plugin reference test and remove asin/sin/cos ngraph backend test
* update CMakeList.txt
* add template plugin reference test for asinh, cosh, sinh, tanh
* remove ngraph backend test for asinh, cosh, sinh, tanh
* update CMakeList.txt
* add ngraph type prop test for tanh
* add ngraph visitor api test for asin, sin
* add atanh type in activation SLT
* remove boolean from sin/cos/tan/asin/sinh/cosh evaluate
When ENABLE_FASTER_BUILD is ON, source files are combined to batch for faster compilation.
However, when one source file uses "using namespace ngraph", and another has "using namespace ov" - then conflicts may occur depending on how sources were combined
This fix removes usage of "using namespace ov" from ngraph code to avoid such potential issues
* Replace 'quantized' with 'compressed' in MO help
Signed-off-by: Andrei Kochin <andrei.kochin@intel.com>
* Add UG changes to reflect new help text
Signed-off-by: Andrei Kochin <andrei.kochin@intel.com>
* Remove fp16 of Convert layer test from skip_tests.config.cpp as it works now
* update repo
* add acos in template plugin reference test
* Create visitor API test for target operation Acos-1
* remove acos backend test
* remove acos backend test
* add test casses of int ata type
* remove boolean from acos evaluate
* added Kaldi dropoutmask extraction and Kaldi lstmNonlinearity replacer extended for dropout case
(cherry picked from commit 0dd05f8053)
* fixed frame time calculation for Kaldi models with shapeof branches
* fix bug in frame time calculation for Kaldi models with shapeOf paths
* remove incorrect attribute from transformation
* refactoring based on review, couple more checks
* minor review fixes
* Shared preprocessing tests for plugins.
Comparing inference with reference implementation
* Moved evaluate tests to template plugin
* Fixed clang-style
* CPU tests: Set IE precision manually in SetUp. Also allow rounding to integer mismatch
* Added acceptable threshold depending on particular test
* Revert "Combine all PDPD model generation scripts into one python command (#7349)"
This reverts commit 1eca8a6e49.
* Added jobs pool for PDPD model conversion
* Use jobs pool for PDPD model conversion as well
* Add script to redirect git submodules to gitee mirrors and updates these recursively for PRC developer
* Fix type, add comment for review finding
* Fix shellcheck findings
* Fixed typo
* Moved ie::Parameter to new API
* New OpenVINO API macro
* Used OpenVINO Plugin API for some plugins
* Used OPENVINO_RUNTIME_API
* Revert "Moved ie::Parameter to new API"
This reverts commit fef5e3b487.
* Fixed code style and docs
* Fixed compilation
* Implemented get_consuming_ports, get_producing_operation and is_equal for PlaceOpONNX
* fixed unambiguous_node_check
* removed PlaceTensorONNX::get_input_port
* added PlaceOpONNX::is_input, PlaceOpONNX::is_output
* fixed python styles
* added get_consuming_operations implementation
* added missing get_consuming_operations for PlaceOpONNX
* added missing get_target_tensor for PlaceOpONNX
* changed place spec
* add support of get_source_tensor
* add support of get_producing_operation for PlaceOpONNX
* add support of get_producing_port for PlaceInputEdgeONNX
* fixed python styles
* missing ref in std::transform