Evgenya Stepyreva
3a61afa2d3
Shape as i32 value ( #9343 )
...
* Shape as value propagation in i32
* Comments adressed
* code style
* Modifies test to cover both Numpy and Bidirectional broadcasting
* MYR dynamic tests: made cases truly dynamic. Due to better shape inference it turned out that test cases were actually static.
* Deleting static shape test cases
2021-12-23 16:17:34 +03:00
Katarzyna Mitrus
3ee5bcaf4d
Return (-1) if max_int stop/start provided ( #9386 )
2021-12-23 16:13:56 +03:00
serhii-pavlovskyi-altran
8315fe0e19
[GPU] Range v4 partial implementation ( #8907 )
2021-12-23 15:49:43 +03:00
Andrei Molotkov
5346a5226c
[GPU] Mark all nodes with dynamic shape as unsupported ( #9372 )
2021-12-23 15:04:26 +03:00
Ilya Churaev
5e1d241c11
Renamed template plugin and tests ( #9389 )
...
* Renamed template plugin and plugin's tests
* Renamed template_extension
2021-12-23 14:59:24 +03:00
Andrey Sapozhnikov
da67ba135c
[GNA] Remove GNA Library versioning ( #9319 )
2021-12-23 14:32:58 +03:00
Ilya Churaev
d0cdf14c47
Fixed address sanitizer ( #9364 )
2021-12-23 14:02:44 +03:00
Artyom Anokhov
a94a6a774e
DeploymentManager::configs: Removed OpenCV component with their python folder. ( #9367 )
...
DeploymentManager::main: Refactored code with python-black module. Added compressing for Win-archives. Added shortcuts for options.
2021-12-23 13:48:17 +03:00
Evgenya Stepyreva
41ace9d4e6
Use opsets in sample of function creation ( #7792 )
2021-12-23 13:41:27 +03:00
Vitaliy Urusovskij
516272aeee
Fix stack-buffer-overflow in ScatterElementsUpdateTest ( #9387 )
2021-12-23 10:12:45 +00:00
Irina Efode
7618fc8752
[IE TESTS][CONFORMANCE] Update conformance ReadMe files ( #9374 )
...
* [IE TESTS][CONFORMANCE] Update conformance ReadMe files
* Fix links
2021-12-23 13:00:41 +03:00
Irina Efode
f316801ccd
[IE TESTS] Move remote tests to Behavior/ov_infer_request ( #9233 )
...
* [IE TESTS] Move remote tests to Behavior/ov_infer_request
* Move instance
* Apply comments
2021-12-23 12:51:01 +03:00
Ilya Churaev
b241d5227e
Moved compile_tool to new API ( #8501 )
...
* Moved compile_tool to new API
* Fixed comments and added new tests
* Fixed comments
* Fixed build
* Fixed comments
* Fixed unit tests
* Fixed compilation
* Fixed legacy message
* Fixed readme
* Fixed comments
* FIxed build
* Fixed build
* Fixed tests
* Applied comments
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2021-12-23 12:45:02 +03:00
Ilya Churaev
9b04cc0a10
Extend reshape() method for index and for one input ( #9369 )
...
* Added reshape by index interface
* Added reshape for function with one input
2021-12-23 12:40:11 +03:00
Elizaveta Lobanova
c4ce6c5430
[IE SAMPLE] Fixed inputs and outputs element type initialization ( #9375 )
2021-12-23 12:06:23 +03:00
Anton Romanov
882f30cd61
Added install wheel on azure for samples tests ( #9179 )
...
* Added install wheel on azure for samples tests
* minor change
2021-12-23 11:53:17 +03:00
Vladislav Volkov
60a11a6348
[CPU] Renamed CPU plugin to ov_intel_cpu_plugin ( #9342 )
2021-12-23 11:49:25 +03:00
Paul Youngsoo Ahn
bbceae3bc3
[GPU] Add INT32/UINT32 to available input data types when load type is aligned in GetJitLoad ( #9300 ) ( #9300 )
...
- Modify fusibility checking to allow sub/div eltwise fusing for other primitives
- Modify dump checking code to use node name in exec graph
2021-12-23 17:48:34 +09:00
Ilya Lavrenov
4eea535e78
Includes in frontends ( #9378 )
...
* Used full paths in public includes
* Fixed install of ONNX include
2021-12-23 11:37:06 +03:00
Szymon Durawa
1fbfd426f0
Add FE add_output with tests. ( #7644 )
2021-12-23 09:04:37 +01:00
Mingyu Kim
16490959e6
[GPU] Use double blocked format if batch >= 16 ( #9357 )
2021-12-23 16:58:33 +09:00
Taylor Yeonbok Lee
3b03728807
[GPU] Fix get_estimated_device_mem_usage to handle mutable_data ( #9297 )
2021-12-23 16:20:04 +09:00
Sergey Shlyapnikov
507a498269
[GPU] Add OneDNN post ops description in graph dump mode ( #9371 )
2021-12-23 09:58:35 +03:00
Vladimir Gavrilov
20ee7fd242
Fix MO and nGraph to support the model context_rcnn_resnet101_snapshot_serengeti ( #9255 )
...
* Fixes in the infer function of MO operation Select.
* Fixes in the nGraph transformation SharedShapeOf.
* Deleted commented code.
* Added more tests for the infer function of the MO operation Select.
* Started to write tests for the transformation SharedShapeOf.
* Added more tests.
* Now the transformation can correctly process a mix of opset1::ShapeOf and opset8::ShapeOf.
* Small change.
* Used opset1 and opset3 instead of opset1 and opset8.
* Used get_output_element_type(0) instead of checking the version of ShapeOf.
2021-12-23 09:44:47 +03:00
Ilya Churaev
42350a705e
Remove legacy targets ( #9333 )
...
* Remove some legacy targets
* Replace some targets
* Removed inference_engine_plugin_api dependency
* Minor comment for developer config
* Fixed include paths
* Small fixes for static build
* Try to fix build pyopenvino
* Fixed comments
* Try to fix build
* Include OpenVINODeveloperPackage inside InferenceEngineDeveloperPackageConfig
* Try to fix GAPI tests
2021-12-23 08:16:23 +03:00
Ilya Churaev
16b39d15d0
Added BWD macro for all new ops ( #9356 )
2021-12-23 07:19:34 +03:00
Luwei Zhou
3d244a41ab
[shape_infer]Implement shape inference of Roll, ROIAlign,Proposal ( #8610 )
...
* Implement the proposal and experimental_detecron_generate_proposals
* Implement the proposal shape infer
* Add ROI_Align OP shape infer implement.
* Fix building issue
* Fix bug.
* Update test cases.
* Add test cases for the OPs
* Apply the CI coding style check.
* Move the shape_infer API to the new folder.
* Update some fix.
* Applied review comments
* Move the shape infer tests into new folder.
* Apply review comments.
* Fix missing header when mering with master
2021-12-23 03:02:15 +00:00
Mikhail Nosov
8f908db61e
[OV20] Set tensors infer req ( #9158 )
...
* Fix incomprehensible error message during layout conversion when layout rank doesn't match with shape rank
* Stash
* stash
* Memcpy implementation
Added tests
* Revert "Fix incomprehensible error message during layout conversion when layout rank doesn't match with shape rank"
This reverts commit 37064741b2
.
* Fix clang-format and remove redundant headers
* Covered "cached" case (+ tested on Myriad)
* Apply review comments
Introduced 'applyBatchedBlob' function which allows override 'memcpy' on inferefnce time
* clang-format fix
* Added dynamic shape case
* - Review comments
- Deep copy of parameters/results for caching from cnnNetwork. Deep copy logic is moved to Utils
- Caching Tests: return correct inputs/outputs map after ImportNetwork mock call
* Reworked according to discussion
Also introduced 'SetBlobsImpl' which throws 'Not implemented' exception by default.
Template plugin updates internal '_batched_inputs' map
* Updated according to moved tests
* don't support 'memcpy' for ROI tensors
* Fix caching tests
* Just to retrigger CI
* Correct offset padding (however there is no test update as current implementation will not hit here due to other checks)
* Fix clang-format
* Applied review comments
* Added check that 'get_tensor' throws if set_tensors/set_input_tensors is used
* Fix review comments - part 1
* Fix caching tests - mock implementation becomes more complicated
Cached mock model shall identify its inputs/outputs, otherwise core will assert on SetExeNetworkInfo stage
* More comments fix
* More comments fixes
* More cleanup
* And more style comment
* typo fix
* Try fix caching windows tests
* Blind attempt to fix Ubuntu20 CI
2021-12-23 01:19:28 +03:00
Mikhail Ryzhov
7e0bf0dad5
[GNA] Precision convert support ( #9282 )
...
* Rebase master
* [gna] Fixed export/import precision
* Revert "[gna] Fixed export/import precision"
This reverts commit d381a2e216
.
* Rebase master
* [gna] Fixed export/import precision
* Revert "[gna] Fixed export/import precision"
* Removed convert nodes
* Added convert transformations
* Output casting
* Fixed convert function
* Added functional tests
* Update inference-engine/tests/functional/plugin/gna/preprocess_tests/precision_convert.cpp
Co-authored-by: Nadezhda Ageeva <nkogteva@gmail.com>
2021-12-22 20:01:06 +03:00
Liubov Talamanova
7e85ada7e4
Handle exception with version ( #9376 )
2021-12-22 16:45:08 +00:00
Zhang Yi
529ab2b099
Yi3/shape infer 2nd batch ( #8420 )
...
* [ShapeInfer]shape infer 2nd batch
* [ShapeInfer]Impl Reverse Sequence
* [ShapeInfer]Fix typo
* [ShapeInfer]fix error
* [ShapeInfer]remove useless code
* [ShapeInfer]fix code style
* [ShapeInfer]enable shape_infer in mkldnn
* [ShapeInfer]use shape_inference in tests
* [ShapeInfer]add partialshape for tests
* [ShapeInfer]revise test cases
* [ShapeInfer]fix review comments
* [ShapeInfer]remove debug logs
* [ShapeInfer]fix ci build
* [ShapeInfer]Fix errors
* [ShapeInfer]fix build
* [ShapeInfer]fix bug
* [ShapeInfer]remove useless check
* [ShapeInfer]Fix vpu tests
* [ShapeInfer]Fix extract_image
* [ShapeInfer]apply reviews
2021-12-22 18:14:37 +03:00
Milana Shhanukova
eb90272331
[POT] Remove gitlab mention ( #9079 )
...
* change in installation
* develop mode
* change in install guide
* style change
* change declare
2021-12-22 13:45:37 +00:00
Ivan Tikhonov
fc689699eb
Delete ngraph doxygen file ( #9365 )
2021-12-22 16:23:20 +03:00
Artur Kulikowski
186f601699
For the ONNX frontend find nodes by tensor name ( #9345 )
2021-12-22 13:14:48 +01:00
Liubov Talamanova
e20a97acbc
Support old import system in POT ( #9331 )
...
* Support old import system in POT
* Fixed comments
* Update imports in samples
2021-12-22 14:55:48 +03:00
Ilya Znamenskiy
eca9ff6981
[GPU] Fixed gemm_tiled_opt fusing error and code refactoring in fusing tests ( #9303 )
2021-12-22 14:38:24 +03:00
Katarzyna Mitrus
b7750f8f0d
[ONNX][PYTHON API] FLOAT_LIKE_xfail - Enable bfloat16 onnx tests ( #9291 )
2021-12-22 12:23:50 +01:00
Dmitrii Khurtin
2ec04f9faf
AddressSanitizer: heap-buffer-overflow in PwlApply32 ( #9256 )
...
* fixed bug related to AddressSanitizer
* changed the way of calculation of input bytes of pooling layer if a previous layer is convolution
2021-12-22 13:31:01 +03:00
Wang, Yang
8c746fd52c
Align AUTO/MULTI/HETERO wording ( #8884 )
...
* Align AUTO's behavior to parent Epic.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* update wording.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* Update.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* Update wprding in hetero plugin.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* Update.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* Change "metric" to "metric key".
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
2021-12-22 12:21:08 +03:00
Min, Byungil
0e3c4cc103
Modify padding checking logic to enable new model ( #9310 )
...
+ Modified a way to add padding in prepare_padding
+ Changed condition of assertion for onednn padding
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2021-12-22 18:17:08 +09:00
Ivan Tikhonov
0bbda24186
Paddle FrontEnd Refactoring ( #9157 )
...
* Refactor PaddlePaddle FrontEnd
* Codestyle
* FrontEnd,InputModel,Place base classes -> abstract, renamed model file
* Fix unit tests
* fix unit tests
* ngraph:: to ov::
* Rename frontends dir to frontend
* Rename paddlepaddle to paddle; pdpd to paddle
* add missing file
* codestyle
* Remove local change
* paddlepaddle -> paddle for azure configs and .md files
* fix package name, fix config files
* Fix win build
* Revert Broadcast/AutoBroadcast changes
* codestyle
* fix FronEnd class
* fix ngraph_cpp_api.config
* codestyle
* merge master
* fix build
* refactoring; revert broadcast/autobroadcast changes
* codestyle
* fix MacOS config
2021-12-22 11:20:54 +03:00
Gleb Kazantaev
2daafec53d
Update RIC Fusion for known Gathers ( #9354 )
...
* RIC Fusion for dynamic case
* Code style
2021-12-22 11:08:24 +03:00
Bartek Szmelczynski
8a1fd76124
[PYTHON] Expose get_rt_info method for input/output nodes ( #9211 )
...
* expose get_rt_info method for input/output nodes
* expose rt_info
* add tests with rf_info update
* remvoe redundant import
* rename PyRTMap to RTMap
2021-12-22 10:55:57 +03:00
Mang Guo
5fada94504
Mang/shape inference ( #8412 )
...
* Implement DFT and IDFT shape inference
* Implement CTCLoss shape inference
* Fix error message.
* Refactor test case.
* Apply review comments
* Apply review comments
* Fix clang format error
* Fix merge error
* Remove axes_vector.
2021-12-22 07:47:44 +03:00
Tingqian Li
b8e6b6368c
[Shape inference] Pad_1/Topk_3/Split_1/VariadicSplit_1/ExperimentalDetectronROIFeatureExtractor_6/Bucketize_3/EmbeddingBagOffsetsSum_3/EmbeddingSegmentsSum_3/Range_4/RegionYolo_0/ReorgYolo_0 ( #8413 )
...
* [shape_infer] add shape_infer for ExperimentalDetectronROIFeatureExtractor op
Signed-off-by: Li, Tingqian <tingqian.li@intel.com>
* add test
* Use compatible & merge for intersection checks
* Update
Signed-off-by: Li, Tingqian <tingqian.li@intel.com>
* Add perf_test
Signed-off-by: Li, Tingqian <tingqian.li@intel.com>
* Initial commit
* fix compile issue
* Add test
* fix clang format issue
* support for pads_begin/pads_end with different sizes
* fix bug in EDGE mode checking
* fix padding mode checks
* fix according to jane's review comment
* fix const reference
Signed-off-by: Li, Tingqian <tingqian.li@intel.com>
* Initial commit
Signed-off-by: Li, Tingqian <tingqian.li@intel.com>
* fix bugs
Signed-off-by: Li, Tingqian <tingqian.li@intel.com>
* Switch to use single generic code with small helper template
Signed-off-by: Li, Tingqian <tingqian.li@intel.com>
* Initial commit on Split
Signed-off-by: Li, Tingqian <tingqian.li@intel.com>
* Convolution update
* Adds pragma once
* Reductions shape infer
* Shape nodes
* style
* Update
* add exp detectron roi feature
* Update
Signed-off-by: Li, Tingqian <tingqian.li@intel.com>
* Use get_data_as_int64 + constant_data
* Add test
* Add utils.hpp into cpuUnit shape inference test
* avoid using friend template function
* fix topk axis bug
* Add bucketize
* Add embeddingbag offsets sum
* Add embedding segments sum
* fix code style issue
* Add Range_4
* Update tests
* Add range
* Add region Yolo
* Add reorg
* fix according to Globev's comment
* call shape_infer in evaluate_variadic_split()
* fix CI issue
* fix CI issue
* fix CI issue, topk change revert
* fix flake8 E302
* fix myriad smoke test issue
* fix according to Vladislav's second round review
* fix format
* Add StridedSlice & Einsum
* fix pad_test.cpp build issue
* fix according to review comment
* insert directly into output shape
* revert infer_slice_shape() change since vpux compiler uses this function
* move tests
Co-authored-by: Stepyreva, Evgenya <evgenya.stepyreva@intel.com>
2021-12-22 06:54:12 +03:00
Jade Cho
7bcca1b82d
[GPU] Fix some bugs of cldnn eltwise kernel at bs_fs_yx_bsv32_fsv16 format. ( #9198 )
...
* Fix some bugs of cldnn eltwise kernel at bs_fs_yx_bsv32_fsv16 format.
+ Add a condition so that the eltwise_simple_vload8 kernel is not selected when the tensor is not aligned as bsv32_fsv16 or bsv32_fsv32.
+ Optimize gws/lws of eltwise_ref kernel for bsv32_fsv16 format.
* Check feature align of b_fs_yx_fsv32 for eltwise vload8 kernel
+ Minor fix for OV_GPU_Help option
2021-12-22 11:43:04 +09:00
Svetlana Dolinina
63121e28ca
fixed function that changes parameter but don't return it back; ( #9177 )
...
fixed return of results from transformation for case of not 1 added result (last node with several out ports)
modified test to cover case with several output ports for last node
2021-12-22 01:41:49 +03:00
Mikhail Ryzhov
3b74aa0d30
Store function inputs/outputs tensor names ( #8961 )
...
* Refactoring of input/output structures
* Added tensor names
* Updated outputs/inputs before export
2021-12-21 20:44:32 +03:00
Andrey Zaytsev
4ae6258bed
Feature/azaytsev/from 2021 4 ( #9247 )
...
* Added info on DockerHub CI Framework
* Feature/azaytsev/change layout (#3295 )
* Changes according to feedback comments
* Replaced @ref's with html links
* Fixed links, added a title page for installing from repos and images, fixed formatting issues
* Added links
* minor fix
* Added DL Streamer to the list of components installed by default
* Link fixes
* Link fixes
* ovms doc fix (#2988 )
* added OpenVINO Model Server
* ovms doc fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
* Updated openvino_docs.xml
* Updated the link to software license agreements
* Revert "Updated the link to software license agreements"
This reverts commit 706dac500e
.
* Docs to Sphinx (#8151 )
* docs to sphinx
* Update GPU.md
* Update CPU.md
* Update AUTO.md
* Update performance_int8_vs_fp32.md
* update
* update md
* updates
* disable doc ci
* disable ci
* fix index.rst
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
# Conflicts:
# .gitignore
# docs/CMakeLists.txt
# docs/IE_DG/Deep_Learning_Inference_Engine_DevGuide.md
# docs/IE_DG/Extensibility_DG/Custom_ONNX_Ops.md
# docs/IE_DG/Extensibility_DG/VPU_Kernel.md
# docs/IE_DG/InferenceEngine_QueryAPI.md
# docs/IE_DG/Int8Inference.md
# docs/IE_DG/Integrate_with_customer_application_new_API.md
# docs/IE_DG/Model_caching_overview.md
# docs/IE_DG/supported_plugins/GPU_RemoteBlob_API.md
# docs/IE_DG/supported_plugins/HETERO.md
# docs/IE_DG/supported_plugins/MULTI.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md
# docs/MO_DG/prepare_model/convert_model/Converting_Model.md
# docs/MO_DG/prepare_model/convert_model/Converting_Model_General.md
# docs/MO_DG/prepare_model/convert_model/Cutting_Model.md
# docs/MO_DG/prepare_model/convert_model/pytorch_specific/Convert_RNNT.md
# docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_EfficientDet_Models.md
# docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md
# docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_YOLO_From_Tensorflow.md
# docs/doxygen/Doxyfile.config
# docs/doxygen/ie_docs.xml
# docs/doxygen/ie_plugin_api.config
# docs/doxygen/ngraph_cpp_api.config
# docs/doxygen/openvino_docs.xml
# docs/get_started/get_started_macos.md
# docs/get_started/get_started_raspbian.md
# docs/get_started/get_started_windows.md
# docs/img/cpu_int8_flow.png
# docs/index.md
# docs/install_guides/VisionAcceleratorFPGA_Configure.md
# docs/install_guides/VisionAcceleratorFPGA_Configure_Windows.md
# docs/install_guides/deployment-manager-tool.md
# docs/install_guides/installing-openvino-linux.md
# docs/install_guides/installing-openvino-macos.md
# docs/install_guides/installing-openvino-windows.md
# docs/optimization_guide/dldt_optimization_guide.md
# inference-engine/ie_bridges/c/include/c_api/ie_c_api.h
# inference-engine/ie_bridges/python/docs/api_overview.md
# inference-engine/ie_bridges/python/sample/ngraph_function_creation_sample/README.md
# inference-engine/ie_bridges/python/sample/speech_sample/README.md
# inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api.pyx
# inference-engine/include/ie_api.h
# inference-engine/include/ie_core.hpp
# inference-engine/include/ie_version.hpp
# inference-engine/samples/benchmark_app/README.md
# inference-engine/samples/speech_sample/README.md
# inference-engine/src/plugin_api/exec_graph_info.hpp
# inference-engine/src/plugin_api/file_utils.h
# inference-engine/src/transformations/include/transformations_visibility.hpp
# inference-engine/tools/benchmark_tool/README.md
# ngraph/core/include/ngraph/ngraph.hpp
# ngraph/frontend/onnx_common/include/onnx_common/parser.hpp
# ngraph/python/src/ngraph/utils/node_factory.py
# openvino/itt/include/openvino/itt.hpp
# thirdparty/ade
# tools/benchmark/README.md
* Cherry-picked remove font-family (#8211 )
* Cherry-picked: Update get_started_scripts.md (#8338 )
* doc updates (#8268 )
* Various doc changes
* theme changes
* remove font-family (#8211 )
* fix css
* Update uninstalling-openvino.md
* fix css
* fix
* Fixes for Installation Guides
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
Co-authored-by: kblaszczak-intel <karol.blaszczak@intel.com>
# Conflicts:
# docs/IE_DG/Bfloat16Inference.md
# docs/IE_DG/InferenceEngine_QueryAPI.md
# docs/IE_DG/OnnxImporterTutorial.md
# docs/IE_DG/supported_plugins/AUTO.md
# docs/IE_DG/supported_plugins/HETERO.md
# docs/IE_DG/supported_plugins/MULTI.md
# docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md
# docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_YOLO_From_Tensorflow.md
# docs/install_guides/installing-openvino-macos.md
# docs/install_guides/installing-openvino-windows.md
# docs/ops/opset.md
# inference-engine/samples/benchmark_app/README.md
# inference-engine/tools/benchmark_tool/README.md
# thirdparty/ade
* Cherry-picked: doc script changes (#8568 )
* fix openvino-sphinx-theme
* add linkcheck target
* fix
* change version
* add doxygen-xfail.txt
* fix
* AA
* fix
* fix
* fix
* fix
* fix
# Conflicts:
# thirdparty/ade
* Cherry-pick: Feature/azaytsev/doc updates gna 2021 4 2 (#8567 )
* Various doc changes
* Reformatted C++/Pythob sections. Updated with info from PR8490
* additional fix
* Gemini Lake replaced with Elkhart Lake
* Fixed links in IGs, Added 12th Gen
# Conflicts:
# docs/IE_DG/supported_plugins/GNA.md
# thirdparty/ade
* Cherry-pick: Feature/azaytsev/doc fixes (#8897 )
* Various doc changes
* Removed the empty Learning path topic
* Restored the Gemini Lake CPIU list
# Conflicts:
# docs/IE_DG/supported_plugins/GNA.md
# thirdparty/ade
* Cherry-pick: sphinx copybutton doxyrest code blocks (#8992 )
# Conflicts:
# thirdparty/ade
* Cherry-pick: iframe video enable fullscreen (#9041 )
# Conflicts:
# thirdparty/ade
* Cherry-pick: fix untitled titles (#9213 )
# Conflicts:
# thirdparty/ade
* Cherry-pick: perf bench graph animation (#9045 )
* animation
* fix
# Conflicts:
# thirdparty/ade
* Cherry-pick: doc pytest (#8888 )
* docs pytest
* fixes
# Conflicts:
# docs/doxygen/doxygen-ignore.txt
# docs/scripts/ie_docs.xml
# thirdparty/ade
* Cherry-pick: restore deleted files (#9215 )
* Added new operations to the doc structure (from removed ie_docs.xml)
* Additional fixes
* Update docs/IE_DG/InferenceEngine_QueryAPI.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
* Update Custom_Layers_Guide.md
* Changes according to review comments
* doc scripts fixes
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
* Update Int8Inference.md
* update xfail
* clang format
* updated xfail
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
Co-authored-by: Nikolay Tyukaev <nikolay.tyukaev@intel.com>
Co-authored-by: kblaszczak-intel <karol.blaszczak@intel.com>
Co-authored-by: Yury Gorbachev <yury.gorbachev@intel.com>
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
2021-12-21 20:26:37 +03:00
Yuan Hu
0c7089acc6
[Auto plugin] remove thread_utils.hpp ( #9279 )
...
* remove thread_utils.hpp
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* disable using windows in log utils test
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
2021-12-21 18:40:35 +03:00