* Release GIL in load_network
* release gil in infer, wait and get_idle_request_id
* release gil in read_network and IECore.__cinit__
* release GIL in properties
* Release GIL in infer_async
* Add test
* Fix test
* Fix test
* [MO] Add support to moc_frontend of ":" as delimiter for --input
Additions:
Changed default logic for 'Place::get_in(out)put_port' to return nullptr
Changed default logic for 'InputModel::get_place_by_tensor(operation)_name' to return nullptr
* Corrected comments in code
* Missing empty line
* Clang format fixes
* Fix review comments
* Updated test to verify review comments fixes
* Update unit tests after rebase
* Apply review comments
* Rename "pdpd" frontend to "paddle"
Also renamed mo_pdpd.py+main_pdpd.py to mo_paddle.py+main_paddle.py
Class names were not renamed
* Update package_BOM.txt
Win+Lin: add "clean build dir" step to ensure generated test models are taken from install
Windows fix: execute "pip show" on same drive where python is installed
Windows: execute tests with FE_TEST_MODELS env variable
* Revise spec
* Comparison backend test POC
* Split Comparison ops tests into separate files
* remove comparison.cpp, remove unused imports, replace for_each with range based for
* remove unnecessary ngraph:: prefixes
* Fix links in spec
* Add Less to trusted ops list
* Add missing ','
* Use builder in backend tests
* Remove old backend tests for less, equal
* Added Windows OS support to MemCheckTests
* Move system headers to cpp file
* Moved includes for windows to cpp file. Was rewrited function to get memory info
* Was rewrite functions for getting information about memory
* Moved implementation run_in_process to cpp file
* Fixed implementation of run_in_process
Use default linker for sanitizer builds
Compiler out of memory tracking variables in GPU tests.
This trigger recompilation without tracking. Disabling
tracking globally as not required option.
UBSan build is failing on maybe uninitialized variable.
Temporarily disable the check.
* add binary_elementwise file
* change binary_elementwise.hpp to binary_ops.hpp
* migrate mod operation test o typed template test
* add tests for remaining binary ops
* remove comment
* fix formatting to match clang-format
* add RVO-exploit string concatenating andbeautify the code
* add validation for attributes number
* add missing visit_attributes() calls
* add missing 4th param to NGRAPH_RTTI_DEFINITION calls
* fix formatting to match clang-format
* Install generated PDPD test models as 'test' component
Needed when test package is installed on another machine which don't have generated models
To search installed models, 'FE_TEST_MODELS' env variable is introduced
* Clang fixes
* Fix PDPD_Places test from latest master
* Revise Erf OP sepc
Signed-off-by: Luwei Zhou <luwei.zhou@intel.com>
* Revise the NGraph Erf OP implment to switch to RTTI.
Signed-off-by: Luwei Zhou <luwei.zhou@intel.com>
* Remove the duplicated Erf in the activation type vector.
Signed-off-by: Luwei Zhou <luwei.zhou@intel.com>
* Add NGraph visitor API test case.
Signed-off-by: Luwei Zhou <luwei.zhou@intel.com>
* Enalbe the Erf visitor API CmakeLists.txt.
Signed-off-by: Luwei Zhou <luwei.zhou@intel.com>
* Revise the Erf OP backend test
Signed-off-by: Luwei Zhou <luwei.zhou@intel.com>
* Migrate to use the template test.
* Add erf type_prop test.
* Update the license
* Unary Visitor test template fix
-Migrate OP Tanh to use RTTI;
-Remove the using namespace in the header file
-Migrate the Swish and Tanh visitor test to use template code
Signed-off-by: Luwei Zhou <luwei.zhou@intel.com>
* Revert "Unary Visitor test template fix"
This reverts commit b686c933d3.
* Update the doc format.
* Update the document format and description.
Signed-off-by: Luwei Zhou <luwei.zhou@intel.com>
* Add Erf OP into the layer test summary list
* Migrate the Erf backend test into template_plugin infrastructure
* Update the Erf supported input type.
* Remove the boolean type support in erf reference implement.
validate_and_infer_elementwise_arithmetic() will fail with boolean type.
* Update the erf test with all supported types.
* Update with separate namespace of CommonReferenceTest
* Added RandomUniform specification.
* Extended description of obtaining float numbers.
* Added description of obtainin float16 and double values.
* Added description of xor symbol.
* Small correction.
* Small corrections.
* Added initial type attribute.
* Corrected IR example, removed unnecessary default values.
* Small correction.
* Added information about type cast between initial and output types.
* Removed initial type attribute.
* Corrected output_type description.
* Corrected minval, maxval description. Corrected IR example.
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Removed unnecessary paper link.
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Fix recovery of output subscript in Einsum implicit mode
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fix code style
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Correct layout adjustment for Einsum inputs and output
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Correct a comment in the unit-test
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Setup correct transformation dependencies for LayoutChangeForEinsum
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Add visitor and backend tests.
* Add reduction_axes to SLTs, serialization and backend tests.
* Update backend tests.
* Move backend tests to template plugin, remove old ones.
* Apply correct format.
* Add BF16 to SLT, add comment regarding deprecated class.
* Remove BF16 precision as it is not supported in windows, no default values for attributes.
* Reuse Tensor from base_reference_test.hpp