* Written the header file for the nGraph operation DFT.
* Small change.
* Started to write the implementation of the nGraph shell of the operation DFT.
* Started to write void op::v7::DFT::validate_and_infer_types().
* Small fixes.
* Code style fixes.
* Written the draft of the shape infer for the nGraph operation DFT.
* Small fixes.
* Code style fixes.
* Added DFT into opset7 table.
* Some additions.
* Small fixes.
* Code style fix.
* Some fixes.
* Some fix.
* Small fixes.
* Started to write shape infer tests for the nGraph operation DFT.
* Written shape infer tests for the nGraph operation DFT.
* Some code style fixes.
* Small fix.
* Code style fixes.
* Code style fixes.
* Deleted unused variables.
* Added support for negative axes.
* Started to write IE IR Reader tests for the nGraph operation DFT.
* Small fix.
* Added the second IE IR Reader test for the nGraph operation DFT.
* Small fix.
* Added the third IE IR Reader test for the nGraph operation DFT.
* Corrected Doxygen comment.
* Started to rewrite DFT type_prop tests as parametrized tests.
* Small fixes.
* Some additions.
* Small fix.
* Small fix.
* Some tests were written as parametrized tests. Some code style fixes.
* Code style fixes.
* Continued to rewrite tests for DFT as parametrized ones.
* Some deletions.
* Some additions.
* Deleted redundant tests.
* Started to rewrite some tests.
* Some changes.
* Deleted commented code.
* Started to convert tests for the case non-constant axes into parametrized tests.
* Rewritten tests for the case non-constant axes as parametrized tests.
* Started to convert tests for the case non-constant signal_size into parametrized tests.
* Rewritten tests for the case non-constant signal size as parametrized tests.
* Added checks for number of inputs.
* Small fixes.
* Small fixes.
* Refactored shape infer and corrected tests.
* Some refactoring.
* Now the function validate() is protected.
* Small refactoring.
* Fixed typo.
* Added some comments.
* Fixes in infer function.
* Added test.
* Fixed test.
* Written the header file for the nGraph operation IDFT.
* Written an implementation of the nGraph shell of the operation IDFT.
* Added IDFT into opset7.
* Some additions.
* Written shape infer tests for the nGraph operation IDFT.
* Added support for negative axes.
* Written IE IR Reader tests for the nGraph operation IDFT.
* Code style fixes.
* Small fix.
* Fixed Doxygen comment.
* IDFT type_prop tests were rewritten as parametrized tests.
* Added checks for number of inputs.
* Deleted unsupported types for 'axes' input.
* Checks for inputs were moved into the separate function.
* Some fixes.
* Some fixes in tests.
* Some fixes in tests.
* Some refactoring.
* Some fixes.
* Some fixes in shape infer function.
* Fixes in shape infer and corresponding tests.
* Small fix.
* Enabling cache support for Myriad plugin
Remaining issues:
1) 49309 - support DEVICE_ARCHITECTURE
2) Fix 51472 for import/export issue with batch size > 1
* Added 'options' to DeviceArchitecture and more clarifications
* initial split of on_adapter function in order to check if all checks will pass
* remove blank line and change if statements for on_apdapter for void type
* add type checking instead of name checking
* add bracket two if/else if statements and move helper functions to private
* fix style
* revert removing ngarph check for empty pramas and result
* move map_type_from_body method to private, add const& function arguments
The optimization does not have a use case at the moment
since in scope of greedy mode we removed insertion of
convert/reorder after input layer.
This logic will be re-implemented after ngraph migration
and then we can bring back the optimization together with
some tests.
* do not convert Sequences to TensorIterator when plugin supports Sequence primitive
* fix referece implementations for Sequences, processing seq_len value == 0 case
* Adding new mode for LSTMSequence single layer tests
* update single layer tests
* fix failed unit tests, updated single layer tests for rnn/gru sequences
* fix failed unit tests
* fix single layer tests
* ignore failed single layer tests on gpu (known issue), fix review remarks