* Removed old stuff
* Moved more stuff to old helpers
* Rewritten LRN tests
* Removed IRBuild_v6
* Fixed caching tests by changing test function
* Removed Jira tickets
* Corrected tests to match CVS-53713
* Fixed tests configs
* Skip tests on GPU
* Commented condition inside main SetBlob because of MYRIAD
* Adopted tests
* Started to write nGraph reference implementation of the operation ExperimentalDetectronTopKROIs.
* Written cpp-file for the nGraph reference implementation of the operation ExperimentalDetectronTopKROIs.
* Code style fixes.
* Started to write evaluate() (in evaluates_map.cpp) for the nGraph operation ExperimentalDetectronsTopKROIs.
* Code style fixes.
* Written evaluate() for ExperimentalDetectronTopKROIs.
* Small fixes.
* Written test for ExperimentalDetectronTopKROIs evaluation.
* Small fix.
* Fixed Apache license header.
* Some changes.
* int64_t was replaced with size_t in the body of ngraph::runtime::reference::experimental_detectron_topk_rois().
* Added more test for evaluation of ExperimentalDetectronTopKROIs.
* [Python API] Add MemoryState API
* use inferRequest instead of IInferRequest
* implement VariableState through cpp
* small fixes + add tests for preprocess_info
* Add Reverse Op to opset
* Worksave with Reverse path
* Add last_index support
* refactor argminmax factory
* Remove old xfail, add new one
* Fix proto file for argmax
* Rewrite test for select_last_index
* Add CPU tests to Manifest
* Update manifest
* Remove Reverse from opset7
* Refactor arg_min_max factory
* Added example comment in arg_min_max
* Codestyle changes
* fix bug with broadcasting constant layer with fq layer
* BroadcastConstWithFakeQuantizePass is removed; BroadcastConstPass is moved up in pass list
* constLayer->outData.front()->setDims is moved to conditions
* prevLayer->outData.front()->setLayout(nextLayer->outData.front()->getLayout()); is added
* Added operation ConvertLike to the MO
* Fixed transformations with Pad which insert Const with pad value of incorrect type
* Added constant folding to ConvertLike operation
* Fixed unit tests for Pad transformations to include ConverLike operations
* Update copyright year
* nGraph code style fix
* Deprecated ICNNNetwork
* ICNNNetwork deprecation
* Fixed comments
* More suppressions for ICNNNetwork
* Fixed C API compilation
* Deprecated ICNNNetwork methods only
* [IE CLDNN] Fixed cpplint for clDNN with Ninja generator
* Fixed compilation for ApiVersion with clang
Co-authored-by: Vladimir Paramuzov <vladimir.paramuzov@intel.com>
* Add type prop tests for shape and type propagation
* Add visitor test
* Add SLT test class for result op
* Add SSLT for result op
* Add CPU SLT
* Add backend test
* Applying review comments - fix typo in slt, replace type info with NGRAPH_RTTI_DEFINITION
* Applying changes after review comments
* Add result to trusted ops list
* fix adding redundant nodes in slt