* Fix searching of pipelines for `time_tests` build
* Add `realpath` use in README for IEDevPackage because of limitation
* Add `mkdir build && cd build` commands in README
* Rename `time-tests` to `time_tests` in README
some plugins
- added shared parameterized tests
- instantiated for template plugin
- instantiated for cpu plugin
- fixed CPU plugin to properly handle U16 input
- fixed CPU reverse_sequence primitive to alolw input/oputput tensors to
be in FP32 only
- updated ngraph test_simple_computation_on_ndarrays to not expect
failure on U16 input
* [GNA] fix scale factor calculation for unfused bias after fc
* change check
* add test
* apply requested changes
* cpplint fix
* apply test changes
* modify model for test to match ::op::
* Removed shape inference fr IR v7 and older
* Disabled dynamic batch tests which require reshape
* Fixes tests 2
* Disabled MKLDNN tests with convolution reshape
* Fixed GPU tests
* Disable VPU tests with batch size > 1 for old IRs
* Removed most of shape infer functions for old representation
* Removed most of CNNLayer validators
* Fixed validators and keep only parseParams
* Removed tests on invalid IR v7
* Disabled more VPU tests
* Removed Backetize validator
* Disable one more Myriad tests case where reshape for old IR is needed
* Removed useless reshape
* Need to replace GRUCell with Unique
* Moved shape infer functions for experimental layers to Core IE
* Fixed shape inference functions not to depend on legacy
* Added missed SparseToDense
* Added descriptive error message
* Fixed comments
* ti to sequences transformations
* fix sequences to sequences ie conversion
* resolve review marks
* resolve review remarks, fix ti to sequences transformations to support batch > 1 if slice axis == 0
* temporary enable ngraph ti transformations for cpu plugin
* fix includes
* Revert "fix includes"
This reverts commit 6cf15b97be.
* Revert "temporary enable ngraph ti transformations for cpu plugin"
This reverts commit fd528d7216.
* delete todo comments
* Initial commit
* [SSR] Reshape(2D)->MatMul constrain relaxation
* Moved common pattern mechanics to the common function
* Moving SmartReshape to CNNNetworkNgraphImpl ctors
* Review comment
* Tests
Split time-tests common library
Add a README.md with workflow description.
Defined "timetest_" suffix for all time tests.
Applied clang-format-9 and added a README.md
Co-authored-by: Alina Alborova <alina.alborova@intel.com>