* UWP fixes
* Commented code for compilation with UWP
* Current state: compiled for DESKTOP_APP
* Fixes
* Added toolchain
* Enabled ONNX imported for Windows Store
* Updated toolchain
* Fixes
* Disable ONNX in case of UWP
* Fix for Windows Driver
* Applied style check
* Dynamic loading of GetDLLDirectory symbols
* Clean-up in the toolchain
* Updated mkldnn plugin cmake
* ConvertPrecision - saturate Constant's value to std::numeric_limits<dst_type>::lowest() if it's below that limit.
* Remove clamping to std::numeric_limits<int32_t>::lowest() in U32/U64 case
* fix bidirectional case in references of sequences ops, enable decomposition of bidirectional cases in CommonOptimizations
* introduce new opset5, include GRU/RNN/LSTM Sequences to opset5
* Revert "introduce new opset5, include GRU/RNN/LSTM Sequences to opset5"
This reverts commit 73c22a11db.
* Introduced a new way to test DSR+Op cases
* Enabled DSR_Reduce, DSR_VariadicSplit, DSR_TopK, DSR_Scatter, DSR_Unsqueeze tests
* Other disabled tests are still disabled until reference function is implemented. Added related comments
* Reduce DSR+Op tests execution time via reducing tensor shapes
setupvars.bat: Updated notification about incorrect Python version. Removed checking ICC2019
setupvars.sh: Removed logic with choosing higher version of installed Python. Added dynamic detecting python3 major and minor version for setting path. Add checking minimum required Python version(now 3.6)
* Now coordinate_transformation_mode used for all axes in the 'nearest' mode.
* Temporarily added tests for Interpolate-4 evaluate().
* Deleted temporarily added tests.
* Fixed documentation for the 'nearest' mode.
* Small fixes.
* Disabled Interpolate-4 layer tests for CPU.
* Disabled some Interpolate-4 CPU tests.
* do not change index table when execute each time
* layout check added
* interpolate for no batch size even scale is 1
* coordinate transformation with div scale, not multiple 1/scale, for higher accuracy
* disable tests temporal
* test modification
* Some changes.
* Enabled some tests.
* 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