* Graph comparator - take sinks into accounts
Previously graph has been traversed only from Results, so any differences in 'Sinks' were not detected
* Fix functional tests
* Update after internal discussion
* Fix low_latency_test (addition to low_latency_v2_test)
* Fix typo
* add limit format on snprintf
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* add limit on format
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* add test case
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* fix a bug for LOG_TRACE
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* remove debug info
* Change dynamic_to_static to dinamic_to_undefined function to use -1 values instead of upperbounds in serialized IRs
* Resolve conflict after src files transition
* Remove resolve_dynamic_shapes function
* Fix typo
* Fix codestyle
* add warning about order if both mean and scale set
* Update tools/mo/openvino/tools/mo/main.py
Co-authored-by: Anastasia Popova <anastasia.popova@intel.com>
* removed warning, added phrase in documentation
* fixed merge
* added phrase about order of ,mean and scale in MO help
* duplicate MO help phrase in doc
* Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* Update docs/MO_DG/prepare_model/convert_model/Converting_Model.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* Update tools/mo/openvino/tools/mo/utils/cli_parser.py
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* Update tools/mo/openvino/tools/mo/utils/cli_parser.py
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* remove tabs
* fix in order of reverse, mean, scale
Co-authored-by: Anastasia Popova <anastasia.popova@intel.com>
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
* [Python API] Rename offline_transformations in the new api
* remove comments
* one more place to rename
* fix mo building
* fix after merge
* fix for pot import
* Add include guard to file_utils.cpp
* Rebase src
* Rename acc tests, fix rebase
* Revert debug changes
* Fix linter
* Move ac tests to new template
* Test updated
* Fix result operation are sharing output tensor with previous op
* Pruning test visualzation option
* Add ac support for all test cases with pruned kernels
* Remove redundant files
* Enable extended pruning logging by env variable
* Adjust pruning tests
* Remove pruning extended debug env var
* Enable init masks only in debug mode
* Set result mask to input tensor instead of output tensor by separate key
* Bug fix / Test coverage
* Fix comments
* passing by reference to fix performance inefficiencies.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* Passing by const reference.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* Q/DQ + mulichannel support
backup
fix interval
mfk_functiun.cpp
WIP moveDequantizationBefore
add moveDequantizationBefore function
add cpu and gpu tests
attribute cmp false
attribute cmp false
rm temp line
mkl-dnn update
concat with multichanels for mOve_fake_quantize_function, bad runtime info for q/dq
rm extra qualification
fix run time info for q/dq
add support of multichanel fakequantize, bad test for it
work tests for multi chanel FQ
rm workaround
cpplint fix
cpplint fix
don't worl Variadic split
ieFuncTest work
cpuFuncTest work
Fix benchmark_app build (#7577)
[GPU] Added onednn dependency. (#6564)
cpp lint
cpplint
fix get_shape
fix fq constants
cpp lint
some fix in mfk.cpp
resolve conversations, add spil_nodes function
add new tests for multi-chanels, rename NetworkHelper::split_consts_before_concat()
fix get fq constants
* add new multi-chanels test and use constant_fold to split constant
* remove extra spaces
fix namespase terminated
fix namespase terminated
* resolved minor comments
* added check for convert_q