Commit Graph

1840 Commits

Author SHA1 Message Date
Maciej Smyk
9a9c74f6c6 Deployment guide restructure (#20201) 2023-10-03 09:42:18 +02:00
Maciej Smyk
1f6617e05d model-preparation-restructured (#20186) 2023-10-03 09:42:09 +02:00
Maciej Smyk
492d475728 Model Optimization Guide Restructure (#20188) 2023-10-03 09:41:56 +02:00
Maciej Smyk
e7435af7b0 Running Inference Restructure (#20195) 2023-10-03 09:41:44 +02:00
Sebastian Golebiewski
c7fb00a461 [DOCS] Changing file structure of Apache MXNet Caffe and Kaldi section (#20200)
* Changing file structure of Apache MXNet Caffe and Kaldi section

* Update
2023-10-03 08:45:59 +02:00
Sebastian Golebiewski
1f1841c683 Changing file structure of OpenVINO API 2.0 transition section (#20199) 2023-10-03 08:34:44 +02:00
Sebastian Golebiewski
eec30ec50d Changing file structure of Legacy Model Optimizer Extensibility section (#20198) 2023-10-03 08:26:35 +02:00
Ilya Lavrenov
d37326b37e Disable pkg-config search on Android via CMAKE_DISABLE_FIND_PACKAGE_PkgConfig (#20179) 2023-10-03 09:16:56 +04:00
Anastasia Kuporosova
3bdd12b6c5 [PyOV][Docs] Update docs with new way of using properties (#20116) 2023-10-03 06:59:57 +02:00
Sebastian Golebiewski
97a830965f Changing file structure of Model Conversion Tutorials in Documenation section (#20193) 2023-10-02 16:18:45 +02:00
Sebastian Golebiewski
b1c0a1a299 Changing file structure of Supported Model Formats section (#20189) 2023-10-02 15:41:12 +02:00
Sebastian Golebiewski
a6e5f6bdb4 Changing file structure of Legacy Conversion API (#20184) 2023-10-02 14:42:13 +02:00
Maciej Smyk
98153f8be1 Workflow (#20181) 2023-10-02 14:11:57 +02:00
Sebastian Golebiewski
f1db726559 Changing file structure of Legacy Features section (#20182) 2023-10-02 13:46:39 +02:00
Sebastian Golebiewski
7452656e5a Changing file structure of Tool Ecosystem section (#20178) 2023-10-02 12:40:50 +02:00
Sebastian Golebiewski
affceaa32b Changing file structure of Prerequisites and Markup Transformations section (#20173) 2023-10-02 11:00:14 +02:00
Sebastian Golebiewski
172a50bb3c Changing file structure of Plugin API Reference (#20177) 2023-10-02 10:49:13 +02:00
Sebastian Golebiewski
e4cd6c5c44 Changing file structure of Cleanup Transformations (#20176) 2023-10-02 10:48:52 +02:00
Sebastian Golebiewski
319954e19d Changing file structure of Main Transformations (#20174) 2023-10-02 10:19:22 +02:00
Sebastian Golebiewski
641743efb1 Changing file structure of Attributes of Low Precision Transformations section (#20170) 2023-10-02 09:22:40 +02:00
Sebastian Golebiewski
cb315e8f91 Changing file structure of Advanced Topics section of OpenVINO Plugin Developer Guide (#20154) 2023-09-29 14:42:50 +02:00
Sebastian Golebiewski
30b0f660d3 Changing file structure of OpenVINO Plugin Developer Guide section of (#20153) 2023-09-29 14:21:16 +02:00
Sebastian Golebiewski
6e1e8105fe Changing file structure of Overview of Transformations API section of docs (#20150) 2023-09-29 13:57:00 +02:00
Maciej Smyk
6906af1d72 runtime windows & linux (#20148) 2023-09-29 13:39:43 +02:00
Sebastian Golebiewski
332305b1eb Changing file structure of OpenVINO Extensibility section of docs (#20145) 2023-09-29 12:48:56 +02:00
Maciej Smyk
51060c2643 macOS runtime (#20143) 2023-09-29 12:22:02 +02:00
Maciej Smyk
064ee982df install guide overview (#20129) 2023-09-29 10:37:34 +02:00
Maciej Smyk
932179252f get started & install configurations (#20128) 2023-09-29 10:02:10 +02:00
Ilya Lavrenov
3de1332838 VCPKG docs for dynamic OpenVINO build (#20127)
* VCPKG docs for dynamic OpenVINO build

* Apply suggestions from code review

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>

* Update installing-openvino-vcpkg.md

* Update docs/install_guides/installing-openvino-vcpkg.md

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>

---------

Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
2023-09-28 19:55:20 +04:00
Sebastian Golebiewski
9a88eed9f2 Fix Issue 20097 - providing an easy to read Cmake command (#20126) 2023-09-28 16:04:48 +04:00
Maciej Smyk
960cfa09ad update (#20106) 2023-09-28 13:43:18 +02:00
Sebastian Golebiewski
7dd5d9720c Changing file structure of documentation gapi section of docs (#20107) 2023-09-28 11:09:14 +02:00
Maciej Smyk
b0507b9918 Update release_notes.md (#20113) 2023-09-28 11:03:58 +02:00
Sebastian Golebiewski
ca7031f69d Changing file structure of documentation section of docs. (#20104) 2023-09-28 08:47:33 +02:00
Maciej Smyk
129126bddc [DOCS] Release Notes files location update for master (#20085)
* release_notes

* update-1
2023-09-27 17:51:47 +04:00
Min, Byungil
b8f6720c18 [Doc] Fix invalid info in bulid_linux.md (#20076)
Signed-off-by: Min, Byungil <byungil.min@intel.com>
2023-09-27 14:14:53 +04:00
Maciej Smyk
edfb951876 [DOCS] Toctree update for Plugin articles for master (#20061)
* toctree update

* Update step3_main.md
2023-09-27 09:32:11 +02:00
Ilya Lavrenov
8349849e1c Use FindPython3.cmake (#19847)
* Use FindPython3.cmake

* Fixed compilation on macOS 14 with new core development tools

* Try to use Python3_SOABI instead of PYTHON_MODULE_EXTENSION

* Use Development.Module

* Keep specifying only Python3_EXECUTABLE

* Print PYTHON_MODULE_EXTENSION

* Added check for minimal cmake version for python API

* Returned Python3_INCLUDE_DIR for cross-compilation case

* Try to allow cmake older than 3.18

* Use build python interpreter to check cython dependency

* revert changes in .ci/openvino-onnx/Dockerfile

* removed unused code

* Fixed issue with variables scope

* Experiment: remove include dirs

* Corrected docs

* Use pybind11 function to set extension

* Revert "Experiment: remove include dirs"

This reverts commit 6f7f90211c.

* Refactor ConvolutionBackpropDataLayerTest, ConvolutionLayerTest, DeformableConvolutionLayerTest (#19810)

* Refactor ConvolutionBackpropDataLayerTest

* Refactor ConvolutionLayerTest

* Refactor DeformableConvolutionLayerTest

* Apply comments

* Apply comments

* Fix

* Updated minimum cmake version for Windows

* Simplified check

* Removed useless message status

* Use puiblic option

---------

Co-authored-by: Oleg Pipikin <oleg.pipikin@intel.com>
2023-09-26 20:57:29 +02:00
bstankix
5722609389 [DOCS] Bugfix coveo sa-search url (#20054) 2023-09-26 15:21:50 +02:00
Tatiana Savina
b6427ad0fb format fixes (#20030) 2023-09-26 10:49:03 +02:00
Anton Voronov
3ce48fc3d6 Fixed OV static build issues (#19976) 2023-09-26 10:23:00 +04:00
Ilya Lavrenov
85145cd60c Refactored Linix GHA pipeline (#20021)
* Refactored Linix GHA pipeline

* Move ONNX tests to Unit

* Install tests together with openvino

* Added checks for GNA usage in docs python snippets

* Install openssl for working pip

* Disabled onnx_dyn_shapes_expand_1_dyn_shape ONNX test

* exclude dyn shapes from onnx

* Migrated samples tests

* Fixed ONNX tests

* caches for PT tests dependencies

* Build Contrib separately from main OpenVINO

* More fixes

* Added python install for samples stage

* Installed manifests for ONNX FE tests

* Try to avoid libgl1 dependency in tests

* Clean-up

* Fixed issue with manifests in ONNX tests
2023-09-25 17:00:30 +04:00
Piotr Krzemiński
a4e1f9dbf8 [Spec][Opset13] Multinomial specification (#19866)
* [Spec] Multinomial specification

* [Spec] Apply recommended style fixes to Multinomial_13.md

* [Spec] Add range mathematical formulation

* [Spec] Update Multinomial input types

* Update opset13.md

* Update opset.md

* Update docs/ops/generation/Multinomial_13.md

Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>

* Update Multinomial_13.md

* Update opset13.md

* Update docs/ops/generation/Multinomial_13.md

Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>

* Update Multinomial_13.md

* Update Multinomial_13.md

* Update Multinomial_13.md

* Update docs/ops/generation/Multinomial_13.md

Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>

* Update docs/ops/generation/Multinomial_13.md

Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>

* Update docs/ops/generation/Multinomial_13.md

Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>

* Update Multinomial_13.md

* [Spec] Replace 3107670 syntax with ..math

* Update Multinomial_13.md

* Update Multinomial_13.md

* Update docs/ops/opset13.md

Co-authored-by: Mateusz Mikolajczyk <mateusz.mikolajczyk@intel.com>

* [Spec] Apply changes from Ref/Core PR

* Update Multinomial_13.md

---------

Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
Co-authored-by: Mateusz Mikolajczyk <mateusz.mikolajczyk@intel.com>
2023-09-25 10:54:40 +02:00
jmacekx
9091afc26c [DOCS] use etree to fix docs generated by doxygen (#20024) 2023-09-25 10:38:58 +02:00
Mateusz Mikolajczyk
7a2ac27f09 [Spec][Opset13] BitwiseAnd-13, BitwiseNot-13, BitwiseOr-13, BitwiseXor-13 specifications (#19798)
* [Spec] BitwiseNot-13 specification

* Improvements

* add other specifications

* Doc improvements

* Fix typos

* add opset13

* Fix typo

* add opset13

* Fix

* Improve example?

* Fix step formatting

* Apply suggestions from code review

Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>

* Add suggested changes

* Fix missing the

---------

Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
2023-09-22 13:14:46 +02:00
Maciej Smyk
fb41324141 Update weight_compression.md (#20000) 2023-09-22 13:06:27 +02:00
Maciej Smyk
f790a3b4f2 [DOCS] Python 3.7 support removal from docs for master (#19670)
* Python update

* update

* fix

* m suffix removal
2023-09-21 15:54:10 +02:00
Katarzyna Mitrus
7204b0b78d [Spec][Opset13] NMSRotated-13 specification (#19574)
* Init rotated non max suppresion spec

* Add opset13 docs

* Apply minor refactor from review

* Update boxes definition

* Update example format from cpp to xml

* Add version in op list

* Add clockwise attr to the example

* Align indent

* Remove redundant input from example

* Add steps of iou_rotated

* Add default values for attributes

* Drop box encoding attribute

* Rephrase nput description

* Applay grammatical suggestions
2023-09-21 09:22:22 +02:00
Ilya Lavrenov
604aed1384 Updated Windows build docs (#17631) 2023-09-20 12:24:40 +04:00
Zhang Yi
7fe195a459 [Doc]Update cmake option for MLAS (#19963)
* [Doc]Update cmake option for MLAS

* Update docs/dev/cmake_options_for_custom_compilation.md

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-09-20 10:35:22 +04:00