* fixed crash related with loading model with fq and sigmoid
* renamed multiple_input.* to multiple_input_fq.*; removed two unnecessary FQ layers from smoke_fq_fusion_with_sigmoid test; moved FQ params to test params
* update docs
* add sign to intActivationTypes
* add RTTI macro
* update backend test
* add type prp test
* add visitor test
* add visitor and type_prop test to CMakeList
* add sign to constants.py
* delete backend tests and create new reference tests
* style fix
* remoove sign backend test from CMakeList
* create reference test for all supported types
* remove boolean type from evaluate method
* Update spec for MVN-1 and MVN-6.
* Add reduction_axes attribute to MVN-1.
* Fix mean value calculation using ReduceMean.
* Correct reduction_axes attrbute name.
* Restore default value for normalize_variance and eps_mode.
* Remove dafult value for required attributes.
* Correct typeo.
* new implementation of FakeQuantize
* move FakeQuantize backend test to fake_quantize.in.cpp
* enable some test for FakeQuantize
* Add support for PDPD broadcasting and some backend tests
* arm plugin expect less attributes in function call
* try to fix arm plugin build
* try to build arm plugin
* start changing backend test
* add check for attributes number in visitor test
* fix backend test after refactoring
* add default parameter value to runtime::reference::fake_quantize
* Revert "add default parameter value to runtime::reference::fake_quantize"
This reverts commit 9d2c00d967.
* add SLT for FakeQuantize
* remove fesetround
* change `v1` namesapce to `v0` in ref impl
* add FakeQuantize-1 to VERIFIED_OP_REFERENCES
* pass immutable reference to test functions
* Move detailed description up, add backtics to attr types
* Add backtics for range in clip attr description, remove non-existing attributes
* Adjusting the spec to review comments
* floating-point instead of floating point, remove default value for mandatory attribute
* Add GRN shared single layer test instance for CPU
* Remove GRN backend tests from fused_op.in
* Init GRN new template reference tests
* Add more bias values to GRN single layer tests
* Add more GRN template reference test cases
* Remove unused parameter from GrnParams
* Refactor GRN template referene tests and add more types
* Add anonymous namespace
* Add bf16 type to cpu single layer tests
* Add Serialization test
* Add GRN to revised ops
* ConvertMatmulToPointWiseConvolutionTest first test
* add ConvertMatmulToPointWiseConvolutionFqTest
* use general functions to create test subgraphs
* use general funstion to append node; add ConvertMatmulWithBiasToPointWiseConvolutionTest
* add ConvertMatmulWithBiasToPointWiseConvolutionFqTest
* use decorator instead of bool function arguments
* remove unused functions
* cleanup
* add ConvertMatmulWithFqToPointWiseConvolutionTest
* add ConvertMatmulWithFqToPointWiseConvolutionFqTest
* add ConvertMatmulWithFqToPointWiseConvolutionTestNoAddNode
* remove debug
* add ConvertMatmulToPointWiseConvolutionTestInputRank3
* use TEST_P for ConvertMatmulToPointWiseConvolution tests
* use testing::values fixture instead of multiple tests
* cleanup
* use combine tests for invalid inputs
* code style cleanup
* fix unique_ptr build under Windows
* code review fixes: function template params
* code review fixes: remove duplicated test entry
* fix function arguments alignments
* Add AdaptivePool to ngraph python API
* Disable tests until CPU implementation is ready
* Change ticket number
* Add create op tests
* Fix quotes
* Fix typo
* Move type prop tests to separate file, add cases with exceptions thrown
* Add visitor test, add step to pbc attributes
* SLT for CPU, adjust GPU and SSLT to serve the step attr
* Add backend test
* Fix variance issue, verify by SLT
* Formatting fix
* Add another backend testcase
* Add PriorBoxClustered to trusted ops list
* Add step attr description, remove obsolete comments from ref impl
* Test multiple step values in SLT
* [GNA] Add fake quantize support for convolution padding
Combine seven ngraph matcher passes into two.
Remove max pool size checking.
Add ngraph reference tests for subgraphs which were processed by POT.
Fix remaining issues with Max Pooling output calculations.
Add setting of default compile target based on execution target.
* [GNA] Remove redundant subgraph matcher
* [GNA] Remove redundant subgraph matcher