Mateusz Tabaka
e752ff753b
Simplify dequantization sub-graph detection ( #13906 )
...
DisableConvertConstantFoldingOnConstPath was renamed to MarkDequantizationSubgraph
and modified such that it also marks Subtract and Multiply from dequantization subgraph
with 'DequantizationNode' attribute.
Ticket: 65489
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com >
2022-11-16 14:30:24 +04:00
Vladimir Paramuzov
fd961d6e56
[GPU] Allow devices which don't support OOO queue ( #13900 )
2022-11-15 17:51:09 +04:00
Denis Orlov
a6a63671f3
[GNA] Add the batch notice for GRUCell in docs ( #14009 )
2022-11-15 11:09:40 +00:00
Pavel Esir
34f16bf749
[MO] turn on bom_tests ( #13721 )
...
* turn on bom_tests
* fixed root directories to search
* leftovers fix
* removed requirements from package_BOM.txt; corrected error messages to install via pip
* removed extract_release_version.py from package_BOM.txt, added requirements files to skip
* removed redundant commented line
* mentioned CustomLayersMapping.xml.example in docs
Co-authored-by: Andrei Kochin <andrei.kochin@intel.com >
2022-11-15 12:38:59 +04:00
Maciej Smyk
11338ad076
tf_openvino ( #13786 )
2022-11-15 08:02:54 +01:00
Sebastian Golebiewski
c9a44dcb9c
DOCS: Install raspbian updates - for master ( #13992 )
...
* update raspbian installation
* fix formatting
* update
* update unlink command
* update the architecture
* Update installing-openvino-raspbian.md
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
2022-11-15 13:34:38 +08:00
Ilya Churaev
63e24773ee
Added documentation for get_layout API ( #13937 )
...
* Added documentation for get_layout API
* Fixed typo
2022-11-10 18:10:07 +03:00
Sebastian Golebiewski
7d651a649f
DOCS: Fixing a list in Model Optimizer Extensibility - for master ( #13380 )
...
A minor fix that creates a list of main transformations responsible for a layout change.
2022-11-09 17:39:06 +01:00
Sebastian Golebiewski
5a50266dd7
DOCS: Fixing formatting in Multi Device ( #13292 )
2022-11-09 17:02:33 +01:00
Sebastian Golebiewski
95234490c2
Updating links in Model Optimization Guide ( #13303 )
...
Adding a link to Model Optimizer.
Porting:
https://github.com/openvinotoolkit/openvino/pull/13300
2022-11-09 16:59:07 +01:00
Sebastian Golebiewski
5941490d81
Fixing indentation in General Optimizations for master ( #13305 )
...
A minor fix that corrects indentation of snippets.
Porting:
https://github.com/openvinotoolkit/openvino/pull/13302
2022-11-09 16:54:04 +01:00
Maciej Smyk
3127c28a35
DOCS: Model Conversion Tutorials fix - Port to master ( #13429 )
2022-11-09 18:44:36 +03:00
Sebastian Golebiewski
f779755d39
DOCS: Language-agnostic version of 'Changing Input Shapes' - for master ( #13814 )
...
Removing the 'global' tabs and preparing a language-agnostic version of the article. Replacing png image with a scalable svg file. Proofreading the article.
2022-11-09 15:29:10 +01:00
Xuejun Zhai
23882408c4
[C API][DOC]add doc capi reference ( #13886 )
...
* [Test] Build doc for C API reperence
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [Test] Build doc for C API reperence add C path
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [Test] Build doc for C API reperence add C path
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API][DOC][DOXYGEN] refact the components of C API
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [DOC][API reference] remove useless code
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API][DOC] Modify format to generate api reference
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [DOC][API reference] fix doc build error
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
2022-11-09 11:20:32 +04:00
Przemyslaw Wysocki
d2871fd52c
[PyOV] Enable Python 3.10 on Azure CI ( #12578 )
...
* Fix mypy for numpy==1.21.6
* Apply CR changes
* Allow Python 3.6 for open source
* Attempt to silence mypy
* Revert to 3.6 in setup.pys
* Fix merge conflict
* Add newline
* Fix Python version assert
* Test Python 3.10 CI
* Try bumping up pybind to 2.10
* Link default python to python 3.10
* Add sudo to changing default python
* Bump python version in setupvars
* Fix exception in test
* Do the same for compatibility
* Apply same CI changes to other pipelines
* Attempt to fix arm and windows CIs
* Fix win py lib version and links?
* Try to fix CI
* Fix win python path
* Update win path
* Test disable PDPD
* Disable TF for testing CI
* Add sudo to rm
* Test linux
* Update requirements
* RM sudo
* Add debug step to CI on ARM
* build py from source on linux
* Remove debug step from ARM
* Fix err
* Fill num_proc
* Fic py installation
* Bump pdpd to 2.3.1
* Bump np vers
* Try to upgrade onnx to 1.12.0
* Revert onnx upgrade, enable frontends
* Build py shared
* Export library
* activate py env
* Bump scipy for py3.10
* Another scipy bump
* Fix Windows path, add nfs helper for mount
* Attempt to fix win_cc
* Batch of changes
* Try to fix ngraph-onnx-lin
* Install lsb-release for docker on ngraph-onnx-lin
* Link lsb_release
* Try bumping Ubuntu to 22.04
* Revert ubuntu change in dockerfile
* Refactor tests for onnx1.12
* Fix ONNX compatibility and numpy warnings
* Refactor tests for onnx1.12
* Fix ONNX compatibility and numpy warnings
* Upgrade ONNX to 1.12 in cpp
* Skip unsupported ops
* Revert "Fix ONNX compatibility and numpy warnings"
This reverts commit cd8a0e6b8e .
* Small changes
* Remove unnecessary changes
* Bump Python version in github workflows
* Fix flake error
* Another flake error
* Even more flake errors
* Xfail more tests
* Fix mypy errors
* Change onnx version in tests
* Bump ONNX in MO
* Fix onnx utils in comp
* Minor changes
* Import pathlib
* Add xfails to compatibility tests
* Skip segfaulting tests
* Fix onnx nametuple
* Fix flake
* Try to fix py3.6 onnx
* Switch to venv in windows
* Fix model importer and reqs
* Add __test__
* Debug print
* Fix flake
* Update linux.yml
* Update windows.yml
* Update linux.yml
* Update windows.yml
* Install python3.10
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Install py embedded
* Fix dir
* Fix curl
* Add complete file
* CP file
* Bump py ver
* Fix missing venv
* Try to install
* Disable venv
* Bump OMZ commit
* checkout omz
* Revert omz
* Bump omz
* Revert pybind bump
* Update .gitmodules
* Change pybind to fork
* change ssize_t to size_t
* Install bz2 for py build
* Bump omz
* Bump pandas requirement version
* Revert omz
* Install missing clang
* Bump omz
* Bump versions on fork
* Bump numpy in model zoo
* Fix clang
* Skip segfaulting pdpd test
* Skip another pdpd test
* Skip pdpd places.cpp
* Bump py ver in setupvars.bat
* Disable paddle tests
* Use int instead of str
* Fix requirements path
* Enable lin-cc
* Fixes in CI
* lin-cc and ngrpah-onnx changes
* Update num_proc
* Update ngraph-onnx
* Minor change
* Fix env var
* Change ubuntu to 20
* Get compiler on ngraph-onnx
* Add sudo to apt-get
* Add SSL
* Download ssl
* Different way of installing ssl
* Minor changes
* install zlib
* Fix env var
* Fix docker building error
* Revert changes
* Modify dockerfile
* Change pychecks python version
* Cleanup
* Add LayerNorm to expanded ONNX functions
* Revert previous commit
* Add LayerNorm to expanded ONNX functions
* Apply clang
* Move LayerNorm tests to skip_segfault
* Unskip pdpd tests
* Enable pdpd tests on linux
* Refactoring
* Remove 3.6 from reqs
* Refactoring
* Minor changes
* Minor changes
* Relax MO reqs
* Bump torch version
* relax pytest
* Specify pytest version
* Fix pytest pip conflict
* Bump pybind11 to v2.10.1 release tag
* Specify separate pytest version for py3.10
* Bump attrs
* Add py dependency
* Refactor versions
* Add venv activation to tf tests
* Fix fdupes
* Bump OMZ submodule
* Remove find and replace
* Change pybind to upstream fork
* Set pybind to proper commit
* Minor changes
* Try to fix scipy
* Updated exclude patterns for nlohmann json
* [PyOV] Fix wheel requirements for new package versions
* Specify CPU plugin versions
* Bump OMZ version
* Fix linter
* Fix linter 2
* Fix linter 3
* Disable linter
Co-authored-by: Mateusz <mateusz.mikolajczyk@intel.com >
Co-authored-by: jiwaszki <jan.iwaszkiewicz@intel.com >
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
2022-11-08 11:38:39 +04:00
Ilya Churaev
0bb72a4949
Add ctest for some test targets ( #13727 )
...
* Add ctest for some test targets
* Fixed test coverage
* Replaced unit tests cmake script
* Fixed code style
* Use ov_add_test_target for FEs
* Fixed code style
2022-11-08 10:25:16 +04:00
Tatiana Savina
07a0ff58f2
DOCS: Developer documentation Inference component update ( #13895 )
...
* dev docs fixes
* fix space
* fix paragraphs
2022-11-08 07:42:10 +04:00
Przemyslaw Wysocki
520b9ff68c
[PyOV] Disallow Python 3.6 usage ( #13240 )
...
* Remove py3.6 constraints
* Cleanup out of date python versions
* Bump pybind11 to v2.10.1 release tag
* [PyOV] Fix wheel requirements for new package versions
Co-authored-by: jiwaszki <jan.iwaszkiewicz@intel.com >
2022-11-06 10:45:42 +04:00
Katarzyna Mitrus
c953186ff0
GRU/AUGRUCell shape inference function ( #13708 )
...
* Add shape_infer function for GRUCell op
* Add shape_infer function for AUGRUCell
* Consts refactor
* Add batch_size check
* Enable GRUCell shape_infer for CPU
* Style apply
* Use OV_EXPECT_THROW in tests
* Use helper for input shapes
* Use .back() instead of index
* Change rnn_seq namespace to rnn
* Fix win warnings
* Enable AUGRUCell/Sequence shape_infer on CPU
* Fix warn
* Fix warn
2022-11-04 23:31:58 +03:00
Evan
f1fe3a2f65
Docs: Update "Install OpenVINO Runtime on Windows from Archive File" page ( #13332 )
...
* docs: big update to Windows archive install steps
* docs: apply correct note format
* docs: add link to archives
* docs: minor update
* docs: change archive download link to GitHub
* Update docs/install_guides/installing-openvino-from-archive-windows.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
* docs: typo fix
* docs: minor change
* docs: remove "For Python developers" in Software tab
* docs: fix curl command
* docs: clarify that archive install is for C++ users
* docs: add link to PyPI page
* docs: Change back to numbered instructions
* Update docs/install_guides/installing-openvino-from-archive-windows.md
* Update docs/install_guides/installing-openvino-from-archive-windows.md
* Update docs/install_guides/installing-openvino-from-archive-windows.md
* Apply suggestions from code review
* Update installing-openvino-from-archive-windows.md
* Update docs/install_guides/installing-openvino-from-archive-windows.md
* Update installing-openvino-from-archive-windows.md
* Update installing-openvino-from-archive-windows.md
* Update installing-openvino-from-archive-windows.md
* Update docs/install_guides/installing-openvino-from-archive-windows.md
* Update installing-openvino-from-archive-windows.md
* Update installing-openvino-from-archive-windows.md
* Update installing-openvino-from-archive-windows.md
* Update installing-openvino-from-archive-windows.md
* Update docs/install_guides/installing-openvino-from-archive-windows.md
* Update docs/install_guides/installing-openvino-from-archive-windows.md
* Update installing-openvino-from-archive-windows.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
2022-11-04 09:01:24 +03:00
Vladimir Paramuzov
ced0eebd13
[GPU] Silence ocl include pragma message ( #13789 )
2022-11-03 18:02:23 +04:00
Evan
b9e9f0a4d2
Docs: Update "Install OpenVINO Runtime on macOS from Archive File" page ( #13347 )
...
* docs: Update intro and step 1
* docs: finish updates
* docs: fix duplicate section
* docs: fix curl command
* docs: clarify archive install is for C++ users
* docs: add link to PyPI install page
* docs: minor fixes
* docs: add link to Release Notes
* docs: Change back to numbered instructions
* docs: typo fix
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Apply suggestions from code review
* Update installing-openvino-from-archive-macos.md
* Update installing-openvino-from-archive-macos.md
* Update installing-openvino-from-archive-macos.md
* Update installing-openvino-from-archive-macos.md
* Update installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
* Update docs/install_guides/installing-openvino-from-archive-macos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
2022-11-02 23:20:47 +08:00
Evan
f5300fdb98
Docs: Update "Install OpenVINO Runtime on Linux from Archive File" page ( #13345 )
...
* docs: begin updates to install instructions
* docs: change instructions for downloading and unpacking archive
* docs: finish changes to Step 2 and Step 3
* docs: change whats next section
* docs: minor updates and fix typos
* docs: change link to GitHub archive page
* docs: typo fix
* docs: minor change
* docs: replace wget command with curl
* docs: clarify archive install is for C++ users
* docs: add link to PyPI page
* Update docs/install_guides/installing-openvino-from-archive-linux.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
* Update docs/install_guides/installing-openvino-from-archive-linux.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
* Update docs/install_guides/installing-openvino-from-archive-linux.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
* docs: add link to Release Notes
* docs: Change back to numbered instructions and remove Debian from OS list
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* docs: change wget commands to curl
* docs: change wget commands to curl
* Update docs/install_guides/installing-openvino-from-archive-linux.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
* Update installing-openvino-from-archive-linux.md
* Update installing-openvino-from-archive-linux.md
* Update installing-openvino-from-archive-linux.md
* Update installing-openvino-from-archive-linux.md
* Update installing-openvino-from-archive-linux.md
* Update installing-openvino-from-archive-linux.md
* Update docs/install_guides/installing-openvino-from-archive-linux.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
2022-11-02 18:09:43 +03:00
Karol Blaszczak
764525ba6f
adjust footer content to meet legal requirement ( #13720 )
2022-11-02 11:25:10 +01:00
Sebastian Golebiewski
30759eb350
Fixing indentation in Local Distribution - for master ( #13376 )
...
A minor fix that corrects the indentation of note admonition in the unordered list of Libraries for Execution Modes.
Porting:
https://github.com/openvinotoolkit/openvino/pull/13338
2022-11-02 11:15:41 +01:00
Sebastian Golebiewski
378e334ee6
DOCS: API 2.0 Inference Pipeline Fix - for master ( #13384 )
...
* Update common_inference_pipeline.md
2022-11-02 10:15:29 +01:00
Sebastian Golebiewski
a098845c5a
Fixing snippet in Optimization for Throughput - for master ( #13378 )
...
A minor fix that corrects the code snippets.
Porting:
https://github.com/openvinotoolkit/openvino/pull/13341
2022-11-02 10:11:53 +01:00
Maciej Smyk
e1dba9870c
DOCS: Port to master - fix for archive installation docs ( #13298 )
...
* Fix
* Update installing-openvino-from-archive-linux.md
* fix
* Python 3.10 fix
2022-11-02 17:04:06 +08:00
Sebastian Golebiewski
4f67a3587a
Fixing list in Deployment Manager Tool - for 22.2 ( #13379 )
...
A minor fix that corrects the numbered list of steps in Deploying Package on Target Systems
2022-11-02 10:00:22 +01:00
Sebastian Golebiewski
6b4fa954b7
Model-Formats-fix ( #13386 )
...
Standardized Additional Resources section for Supported Model Formats along with fixing some ref links in articles.
2022-11-02 09:58:49 +01:00
Maciej Smyk
ad3fd7c71e
DOCS: Model Optimizer Usage fix port to master ( #13454 )
...
* ref link fix
2022-11-02 09:55:58 +01:00
Sebastian Golebiewski
ad1bd95e7b
Fixing indentation in Build Plugin Using CMake ( #13477 )
...
Minor fixes that correct indentation of code snippets and note admonitions.
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
2022-11-02 09:51:28 +01:00
Sebastian Golebiewski
3e1a8f9f99
DOCS: Replace image in Protecting Model Guide - for master ( #13631 )
...
* Replacing image with a scalable svg file
Replacing image in Protecting Model Guide -changing the png image to scalable svg format.
Removing image project files.
2022-11-02 09:48:17 +01:00
Sergey Lyalin
311f4cb064
Update add_openvino_ops.md ( #13768 )
...
More clear direction for Python users who face the need to implement a new op.
2022-11-02 10:51:45 +04:00
Tomasz Dołbniak
a2c842bd74
Unique-10 operator ( #13532 )
2022-11-01 11:44:51 +01:00
Evan
6913a8ad39
Docs: Rewrite "Install OpenVINO Development Tools" page ( #13348 )
...
* docs: rewrite intro section
* docs: finish updates
* docs: minor updates
* docs: add that Python is recommended for new users
* Update docs/install_guides/installing-model-dev-tools.md
* Update docs/install_guides/installing-model-dev-tools.md
* Update docs/install_guides/installing-model-dev-tools.md
* Update docs/install_guides/installing-model-dev-tools.md
* Update docs/install_guides/installing-model-dev-tools.md
* Update docs/install_guides/installing-model-dev-tools.md
* Update docs/install_guides/installing-model-dev-tools.md
* Update docs/install_guides/installing-model-dev-tools.md
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
2022-10-28 18:09:39 +08:00
Sebastian Golebiewski
cc1dd0bf1a
Updating the large_batch_approach.svg image ( #13704 )
...
Uploading a new version of the image.
2022-10-28 08:24:29 +02:00
Sebastian Golebiewski
cf54cbafac
DOCS: Improving Readability of Further Low-Level Implementation Details - for master ( #13522 )
...
* Improving Readability of Further Low-Level Implementation Details
The changes include recreation of the graphics to improve the readability of the article. Minor proofreading corrections have been applied as well.
2022-10-28 07:26:06 +02:00
Maciej Smyk
44b75c727c
Update dl_workbench_overview.md ( #13681 )
2022-10-27 14:42:56 +02:00
Roman Kazantsev
d53c2c5e41
[DOCS][MO] Clean-up MO docs sources ( #13641 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
2022-10-27 16:06:18 +04:00
Maciej Smyk
d8f7e791ec
DOCS: Port from 22.2 - Security Add-on directive fix ( #13261 )
...
* Update ovsa_get_started.md
2022-10-27 08:25:45 +02:00
Bartek Szmelczynski
bdc037adcf
Add IsFinite operator ( #13441 )
2022-10-26 13:24:01 +02:00
Karol Blaszczak
90b3b07e87
DOCS-diagram_fix ( #13623 )
2022-10-25 16:32:18 +02:00
Sebastian Golebiewski
b6189a53d6
Fixing indentation in Plugin Testing - for 22.2 ( #13381 )
...
A minor fix that corrects indentation of snippets.
2022-10-25 13:50:42 +03:00
Maciej Smyk
9df5856849
DOCS: Fix for Runtime Inference - master ( #13551 )
...
Port from #13549
Fixed the following issues:
Switching between C++ and Python docs for "Shape Inference",
Removed repetitions,
Quote background in bullet list at the beginning of "Multi-device execution",
Broken note directives,
Fixed video player size in "Inference with OpenVINO Runtime",
Standardize Additional Resources throughout Runtime Inference.
2022-10-25 12:41:33 +02:00
Xuejun Zhai
1cc4c17daf
[C API DOC][MIGRATION] Add C API migration info from 1.0 to 2.0 ( #13424 )
...
* [C API DOC] Add C API doc about migration from 1.0 to 2.0
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API DOC] clarify migration related docs
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API DOC] add call inputs_aligned/outputs_aligned
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com >
2022-10-25 10:59:59 +04:00
Ilya Churaev
85d78a3ef0
Build code snippets together with doc ( #13541 )
...
* Build code snippets together with doc
* Added separate step for code snippets
* Try to enable CI step
* Disabe myriad
* Try to fix Windows
* Detect number of cores
* Reduced build time of code snippets
2022-10-21 06:29:19 +03:00
Mateusz Mikolajczyk
ffc74c8fe2
IsInf operator ( #13383 )
2022-10-20 20:59:01 +03:00
Xuejun Zhai
b7d956b2df
[DOC][C API][DYNAMIC SHAPE] Add doc for C API dynamic shape ( #13397 )
...
* [C API DOC] C API user guide for dynamic shape
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API DOC][Dynamic shape] add resource free for dynamic shape doc
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API DOC][Dynamic shape] free char *
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API DOC][Dynamic shape] clarify code
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
Co-authored-by: River Li <river.li@intel.com >
2022-10-20 07:04:14 +04:00
Trawinski, Dariusz
eb0dd26e4b
fix documentation building including notebooks ( #13546 )
2022-10-19 13:23:59 +02:00