* clean SquaredDifference op from legacy FusedOp operation
* add backend and type_prop tests for squared_difference operation
* apply requested changes
* fix op name
* revert date change
* update squared_difference op info with ngraph RTTI
* change test since squred_diff should be binop
* Added Roll to nGraph Python API.
* Added empty line at the end of file.
* Corrected a typo.
* Added Roll test.
* Reformat code.
* Removed empty line.
* Update readme of python samples
* Add info about ubyte image support to ngraph function creation sample readme
* Move lang after sample name
* Update sample output sections
* Remove API used in the hello classification sample from other sample readme's
* Update sample readme files to resolve conversations
* Add a note about color inversion
* Fix the wrong link to shape inference feature
* Update sample output for the hello query device sample
* refactor: update ie python samples
* python samples: change comment about infer request creation (step 5)
* python sample: add the ability to run object_detection_sample_ssd.py with a model with 2 outputs
* Add batch size usage to python style transfer sample
* Change comment about model reading
* Add output queue to classification async sample
* add reshape for output to catch results with more than 2 dimensions (classification samples)
* Set a log output stream to stdout to pass the hello query device test
* Add comments to the hello query device sample
* Set sys.stdout as a logging stream for all python IE samples
* Add batch size usage to ngraph_function_creation_sample
* Return the ability to read an image from a ubyte file
* Add few comments and function docstrings
* Restore IE python classification samples output
* Add --original_size arg for python style transfer sample
* Change log message to pass tests (object detection ie python sample)
* Return python shebang
* Add comment about a probs array sorting using np.argsort
* Fix the hello query python sample (Ticket: 52937)
* Add color inversion for light images for correct predictions
* Add few log messages to the python device query sample
* Started to write the header file for (I)DFT reference implementation.
* Continued to write the header file for (I)DFT reference implementation.
* Renamed the header file for the reference implementation of (I)DFT.
* Started to write an implementation file for the reference implementation of (I)DFT.
* Continued to write an implementation file for the reference implementation of (I)DFT.
* Continued to write an implementation file for the reference implementation of (I)DFT.
* Small fix.
* Written copying data from input and copying data to output.
* Code style fixes.
* Small fix.
* Some fixes.
* Some fixes.
* Small fix.
* Written naive version of (I)DFT calculation.
* Some fixes.
* Some fixes.
* Some fixes.
* Some fixes.
* Some fixes.
* Small fixes.
* Written the draft of the reference implementation of (I)DFT.
* Small fix.
* Small fix.
* Code style fixes.
* Added evaluation of (I)DFT to evaluation_map.cpp.
* Small fixes.
* Some fixes.
* Written test for evaluation of 1D DFT.
* Fixed ngraph/test/CMakeLists.txt.
* Disabled DFT evaluation test in CPU, because (I)DFT has not implemented yet in CPU.
* Added debug prints to evaluation test of DFT.
* Added debug prints into evaluate_map.cpp for DFT evaluation.
* Added some debug prints into FFT calculation.
* Added more debug prints.
* Added more debug prints.
* Added more debug prints.
* Added more debug prints.
* Added more debug prints.
* Small fix.
* Added more debug prints.
* Added more debug prints.
* Small change.
* Some fixes.
* Small fix.
* Some changes.
* Added more tests.
* Added test for IDFT 1D calculation.
* Some fixes.
* Added more debug prints.
* Small fix.
* Small fix.
* Some fixes.
* Some fix.
* Small fix.
* Added tests for 2D case of IDFT.
* Some fixes.
* Written tests for 3D case of DFT.
* Some fixes.
* Small fix.
* Added test for 3D case of IDFT.
* Some fixes.
* Deleted debug prints from tests for IDFT.
* Deleted debug prints from tests for DFT.
* Deleted debug prints from the reference implementation of (I)DFT.
* Code style fixes.
* Deleted debug prints from evaluates_map.cpp.
* Written the header file for the base class of DFT and IDFT operations.
* Written an implementation of the base class of DFT and IDFT.
* Now nGraph IDFT operation class is a derived class of FFTBase.
* Now the nGraph operation DFT is a derived class of FFTBase.
* Added assert for axes in (I)DFT reference.
* Small refactoring.
* Deleted commented code.
* Small refactoring.
* Small fix.
* Initialization of calculations of the reference implementation of (I)DFT was moved in the separate function.
* Small fix.
* Code style fix.
* Small fix.
* Now evaluate() of (I)DFT uses canonicalize_axes() from the reference implementation.
* Code style fix.
* Deleted commented code.
* Added tests for i32 axes of DFT.
* Added test for i32 axes of 2D DFT.
* Added i32 axes case to test for 3D DFT.
* Added test for i32 axes in tests for IDFT.
* Written signal_size case test for 1D DFT.
* Small fix.
* Written test for signal_size case for 2D DFT.
* Added test for bfloat16 input data of 1D DFT.
* Small fix.
* Small fix.
* Small fix.
* Some fixes.
* Some fix.
* Added bfloat16 input tests for 2D DFT.
* Some fixes.
* Written tests for bfloat16 input of 3D DFT.
* Some fixes.
* Some fixes.
* Added tests for bfloat16 input of 1D IDFT.
* Some fixes.
* Added tests for bfloat16 input of 2D IDFT.
* Added test for bfloat16 input of 3D IDFT.
* Small fix.
* Some fixes.
* Added tests for float16 input of 1D DFT.
* Small fix.
* Written tests for float16 input of 2D and 3D DFT.
* Small fix.
* Some fixes.
* Some fixes.
* Written tests for float16 inputs of 1D, 2D, 3D IDFT.
* Some fixes.
* Some fixes.
* Some fixes.
* Some fixes.
* Deleted redundant include.
* Some fixes.
* Added tests of 1D and 2D DFT for the case when some axes lengths are powers of 2.
* Added tests for 3D DFT and 1D, 2D, 3D IDFT in the case when lengths of some axes are powers of 2.
* Small fix.
* Added some comments.
* Added some comments.
* Review spec of Split operation
* Address review comments
* Changed detailed description
* Added more description for attribute
* Changed T1 and T2 for T and T_AXIS
* Changed range of values in axis input description
* Add more span util and test
* ScatterNdUpdate new reference implementation
* add ScatterNDUpdate-3 to verified_operations
Co-authored-by: Patryk Elszkowski <patryk.elszkowki@intel.com>
* Add keep split output ports without consumers
* Fix ir reader for split outputs
* Update unit tests
* Refactoring code according to review
* Fix unit test
* Fix
* Proper cleanup of cache_dir on start/end tests
Also add ability to skip the test depending on plugins 'skip_test_config'
* [GNA] Enable IMPORT_EXPORT_SUPPORT metric
Some tests were skipped, appropriate tickets were raised