Karol Blaszczak
2f95de3239
DOCS-menu-recreate-structure-step5 ( #14636 )
...
port https://github.com/openvinotoolkit/openvino/pull/14637
Shift to separating the Workflow section, including moving Run and Optimize inference inside Deploy locally
change several article and menu titles
minor additional restructuring
minor content tweaks
remove optimization introduction (may be brought back in parts later)
* several link fixes
* additional link fixes
2022-12-14 18:33:19 +01:00
Roman Kazantsev
0cf95d26bf
[TF FE] Add user guide about TF FE Capabilities and Limitations ( #14622 )
...
* [TF FE] Add user guide about TF FE Capabilities and Limitations
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
* Update docs/resources/tensorflow_frontend.md
* Update docs/OV_Runtime_UG/protecting_model_guide.md
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com >
* Update docs/OV_Runtime_UG/deployment/local-distribution.md
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com >
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com >
2022-12-14 17:41:00 +04:00
Aleksandr Voron
308e34ec4e
Update ARM_CPU.md ( #14579 )
2022-12-12 22:02:08 +04:00
Karol Blaszczak
3c89da1838
Docs menu recreate structure step2 port2master ( #14552 )
...
model optimization
deploy locally
run inference
remove OVSA from security (it was duplicated)
2022-12-11 14:30:14 +01:00
Zlobin Vladimir
67d25d7099
Add benchmark samples ( #13388 )
...
* Add sync_bnehcmark
* Fix Unix comilation
* niter->time
* Explain main loop
* samples: factor out common
* Code style
* clang-format -i
* return 0; -> return EXIT_SUCCESS;, +x
* Update throughput_benchmark
* Add READMEs
* Fix READMEs refs
* Add sync_benchmark.py
* Add niter, infer_new_request, -pc
* from datetime import timedelta
* Fix niter and seconds_to_run
* Add disclaimer about benchmark_app performance
* Update samples/cpp/benchmark/sync_benchmark/README.md
* Add dynamic_shape_bert_benhcmark
* Add dynamic_shape_detection_benchmark
* Adopt for detr-resnet50
* Remove sync_benchmark2, throughput_benchmark2, perf counters
* clang-format -i
* Fix flake8
* Add README.md
* Add links to sample_dynamic_shape_bert_benchmark
* Add softmax
* nameless LatencyMetrics
* parent.parent -> parents[2]
* Add bert_benhcmark sample
* Code style
* Add bert_benhcmark/README.md
* rm -r samples/python/benchmark/dynamic_shape_bert_benhcmark/
* rm -r samples/cpp/benchmark/dynamic_shape_detection_benchmark/
* bert_benhcmark/README.md: remove dynamic shape
* Remove add_subdirectory(dynamic_shape_detection_benchmark)
* flake8
* samples: Add a note about CUMULATIVE_THROUGHPUT, don’t expect get_property() to throw, don’t introduce json dependency for samples/cpp/common
* / namespace
* Add article
* namespace -> static
* Update README, seconds_ro_run 10, niter 10, no inter alinment
* percentile->median
* benchmark samples: use generate(), align logs, update READMEs
* benchmakr samples: remove percentile()
* samples/python/benchmark/bert_benhcmark/bert_benhcmark.py: report average sequence length and processing time
* Python samples: move requirements.txt to every sample
* Remove numpy from requirements.txt
* Remove Building section from Python samples, install only required extras from openvino-dev, set up environment for bert_benhcmark, report duration for bert_benhcmark
* Install openvino-dev for Hello Reshape SSD C++ Sample
2022-12-05 15:12:53 +04:00
Karol Blaszczak
29e39379c1
Update Model_caching_overview.md ( #14312 )
...
add information on mode caching on GPU as a preview feature
* Update Model_caching_overview.md
* Update GPU.md
2022-12-02 08:40:08 +01:00
Evan
5e24219446
Docs: Edits to Basic OpenVINO Workflow page ( #13807 )
...
* docs: Update intro and prerequisites
* docs: Update Steps 1 - 3
* docs: Re-organize CPU, GPU, MYRIAD examples
* docs: Change examples header
* docs: revise Other Demos/Samples section
* docs: Change OpenVINO Runtime install links
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* docs: edit OpenVINO Runtime section
* docs: add link to build from source
* Update docs/get_started/get_started_demos.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* docs: change Basic OpenVINO Workflow in toctree
* docs: minor edit to OpenVINO Dev Tools section
* docs: edit Build Samples section
* docs: change Prerequisites section header levels
* docs: edits to Step 1
* docs: remove links to OMZ Demos build instructions
* docs: fix links, remove "the"s , TMs, and *s
* Apply suggestions from code review
* Update get_started_demos.md
* Update get_started_demos.md
* Update get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
2022-12-02 03:02:06 +03:00
Zlobin Vladimir
c09af40b4c
No-break space->space, asssuming->assuming ( #14276 )
...
* No-break space->space, asssuming->assuming
* benchmark_app: don't print warning each iteration
* Russian с->English c
* Warn no batch only once
* Allow anonymus namespaces
* Keep only one report of model bach size, warn_if_no_batch for static model as well
2022-11-30 11:25:16 +00:00
Anastasiia Pnevskaia
af49e51b54
--input format update in MO docs ( #14272 )
...
* Updated input param in docs.
* Updated input param in docs.
2022-11-28 20:20:13 +04:00
Denis Orlov
a6a63671f3
[GNA] Add the batch notice for GRUCell in docs ( #14009 )
2022-11-15 11:09:40 +00:00
Maciej Smyk
11338ad076
tf_openvino ( #13786 )
2022-11-15 08:02:54 +01: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
5a50266dd7
DOCS: Fixing formatting in Multi Device ( #13292 )
2022-11-09 17:02:33 +01: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
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
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
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
Bartek Szmelczynski
bdc037adcf
Add IsFinite operator ( #13441 )
2022-10-26 13:24:01 +02: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
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
Leonard Sikorski
e2b0313785
IsNaN operator ( #13369 )
2022-10-19 12:20:26 +02:00
Sebastian Golebiewski
d17464985a
DOCS: Updating link to OMZ Demos ( #13258 )
...
Changing the version of the docs to which a link directs.
Porting:
https://github.com/openvinotoolkit/openvino/pull/13256
2022-10-17 10:16:02 +02:00
Xuejun Zhai
4c329fbe5a
[C API DOC] update C API user guide pipeline ( #13290 )
...
* [C API DOC] update C API user guide pipeline
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API DOC] C API user guide pipeline add Link & Build part for C
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API DOC] C API user guide pipeline add objects release for C
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API DOC] C API user guide pipeline clear annotates
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API DOC] fix build error
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API DOC] Reconstruct the guide about integration with OpenVINO Runtime for C
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* Revert "[C API DOC] Reconstruct the guide about integration with OpenVINO Runtime for C"
This reverts commit 9552054e7e .
* [C API DOC] split project structure & Cmake
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API DOC] using correct input shape
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API DOC] align with C++ code example
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
* [C API DOC] fix build error
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
Signed-off-by: xuejun <Xuejun.Zhai@intel.com >
2022-10-14 07:27:40 +04:00
Haiqi Pan
c0c4c41241
Correct the GPU number that triggers the CPU removal in CTPUT ( #13225 )
2022-10-12 15:00:04 +08:00
Tomasz Dołbniak
b00796324c
Unique-10 operator specification ( #13361 )
2022-10-10 20:06:21 +03:00
Sebastian Golebiewski
cb73660ecb
DOCS: Fixing Model Representation - porting to master ( #13146 )
...
* DOCS: Fixing Model Representation - porting to master
Fixing the snippets in tabs.
Porting:
https://github.com/openvinotoolkit/openvino/pull/13088
* Additional Resources
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
2022-09-28 15:36:48 +04:00
Sebastian Golebiewski
329835cdce
DOCS: Fixing formatting issues and broken links - port to master ( #13143 )
...
Porting:
https://github.com/openvinotoolkit/openvino/pull/13101
https://github.com/openvinotoolkit/openvino/pull/13103
https://github.com/openvinotoolkit/openvino/pull/13104
https://github.com/openvinotoolkit/openvino/pull/13106
https://github.com/openvinotoolkit/openvino/pull/13107
https://github.com/openvinotoolkit/openvino/pull/13109
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
2022-09-28 15:35:17 +04:00
Yuan Xu
5512f95f1a
Fix a link issue for install archive pages ( #13231 )
...
* update links
* update for test
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
2022-09-28 11:05:26 +08:00
Wang Wangwang
7bbd428e48
Docs: Update the doc on how to manually set operations affinity & fix some spelling errors ( #13203 )
...
* Docs: Fix spelling errors
* Docs: Update the doc on how to manually set operations affinity
2022-09-26 10:39:44 +04:00
Yuan Xu
4564c92cb6
Port 2022.2 install guide to master ( #13138 )
...
* port installing from archive
* fix formatting in code
* Updating archive names in qsg (#12927 )
* port 2022.2 install guide changes to master
* small fix
Co-authored-by: Artyom Anokhov <artyom.anokhov@intel.com >
2022-09-21 20:00:05 +04:00
Karol Blaszczak
b6c77d21c9
DOCS doc structure step 2 port to master ( #13084 )
...
* DOCS-doc_structure_step_2
- adjustments to the previous change based on feedback
- changes focusing on ModelOptimizer section to mitigate the removal of ONNX and PdPd articles
* remove 2 files we brought back after 22.1
2022-09-19 16:48:35 +04:00
Denis Orlov
fc7bcaded5
[GNA] Update docs - GRUCell, LSTMSequence and GRUSequence are now supported ( #11460 )
2022-09-05 10:57:45 +01:00
Gorokhov Dmitriy
1f5c73014e
[DOC][CPU] Updated CPU suppported i/o precisions map ( #12839 )
2022-08-31 09:50:45 +00:00
Ilya Churaev
8a027f4e42
Replaced DLDT to OpenVINO ( #12580 )
...
* Replaced DLDT to OpenVINO
* Fixed samples build dir
* Fixed build folders
2022-08-17 12:46:07 +04:00
Vladimir Paramuzov
03b7c1e69e
[GPU] Support hint::inference_precision ( #12526 )
2022-08-15 16:34:36 +04:00
Chen Peter
67c5390f98
Update doc for AUTO and AUTO_BATCH ( #12265 )
...
* Update doc for AUTO and AUTO_BATCH
Signed-off-by: Chen Peter <peter.chen@intel.com >
* Update docs/OV_Runtime_UG/automatic_batching.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
2022-08-04 15:12:49 +08:00
Chenhu Wang
7d5fbebe27
[DOC] [CPU] Proofreading for grammatical and stylistic corrections ( #12288 )
2022-07-26 16:11:32 +04:00
Chenhu Wang
43b3fff708
[DOC][CPU] Denormals optimization doc ( #12127 )
2022-07-20 04:35:45 +03:00
Sebastian Golebiewski
b1dcb276da
Proofreading-OV-Runtime ( #11658 )
...
* Update docs/OV_Runtime_UG/protecting_model_guide.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/protecting_model_guide.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/protecting_model_guide.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/protecting_model_guide.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/protecting_model_guide.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/protecting_model_guide.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/ARM_CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/ARM_CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/ARM_CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/ARM_CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/ARM_CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/ARM_CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/optimization_guide/dldt_deployment_optimization_common.md
Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/Device_Plugins.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/HDDL.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/HDDL.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/HDDL.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/MYRIAD.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/MYRIAD.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/MYRIAD.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/ov_dynamic_shapes.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/config_properties.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/config_properties.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/preprocessing_details.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/preprocessing_details.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/preprocessing_details.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/preprocessing_details.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/performance_hints.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/deployment/deployment-manager-tool.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Apply suggestions from code review
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/preprocessing_details.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/performance_hints.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/preprocessing_details.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/performance_hints.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Update docs/OV_Runtime_UG/deployment/deployment-manager-tool.md
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Apply suggestions from code review
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Apply suggestions from code review
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* Update ref links
* Update Getting_performance_numbers.md
* Update deployment_intro.md
* Update preprocessing_details.md
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update tools/pot/openvino/tools/pot/algorithms/quantization/default/README.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/automatic_batching.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/deployment/deployment-manager-tool.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update tools/pot/openvino/tools/pot/algorithms/quantization/default/README.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update automatic_batching.md
* Update docs/OV_Runtime_UG/automatic_batching.md
* Update docs/OV_Runtime_UG/ShapeInference.md
* Update deployment-manager-tool.md
* Update deployment-manager-tool.md
* Update docs/OV_Runtime_UG/deployment/deployment-manager-tool.md
* Update automatic_batching.md
* Update automatic_batching.md
* Update docs/OV_Runtime_UG/ShapeInference.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update integrate_with_your_application.md
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update integrate_with_your_application.md
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update model_representation.md
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update integrate_with_your_application.md
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update Additional_Optimizations.md
Removing redundant information.
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update Additional_Optimizations.md
* Apply suggestions from code review
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update Additional_Optimizations.md
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/layout_overview.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update model_representation.md
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update tools/pot/docs/SaturationIssue.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update tools/pot/openvino/tools/pot/algorithms/quantization/accuracy_aware/README.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update tools/pot/docs/SaturationIssue.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update tools/pot/docs/SaturationIssue.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update tools/pot/docs/SaturationIssue.md
* Update tools/pot/docs/SaturationIssue.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update README.md
* Update README.md
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update tools/pot/docs/Introduction.md
* Update tools/pot/docs/AccuracyAwareQuantizationUsage.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Removing one-liners
Removing introductory sentences from 'Supported Features' sections.
* Update docs/OV_Runtime_UG/openvino_intro.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/benchmarks/performance_benchmarks_ovms.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update tools/pot/docs/Introduction.md
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update tools/pot/docs/DefaultQuantizationUsage.md
* Update tools/pot/docs/BestPractices.md
* Update tools/pot/docs/BestPractices.md
* Update tools/pot/docs/AccuracyAwareQuantizationUsage.md
* Update docs/optimization_guide/model_optimization_guide.md
* Update docs/optimization_guide/dldt_deployment_optimization_guide.md
* Update docs/OV_Runtime_UG/supported_plugins/config_properties.md
* Update docs/OV_Runtime_UG/supported_plugins/GNA.md
* Update docs/OV_Runtime_UG/supported_plugins/CPU.md
* Update docs/OV_Runtime_UG/preprocessing_usecase_save.md
* Apply suggestions from code review
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
Co-authored-by: Maciej Smyk <maciejx.smyk@intel.com >
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
Co-authored-by: msmykx <101244365+msmykx-intel@users.noreply.github.com >
Co-authored-by: Piotr Milewski <piotr.milewski@intel.com >
2022-07-08 13:34:45 +02:00
Maciej Smyk
d91a06ac08
Apache MXNet rename ( #11871 )
...
* MXNet
MXNet renaming into Apache MXNet
* Update docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
* MXNet 2
* MXNet 3
* Revert "MXNet 3"
This reverts commit 046c25239d .
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
2022-07-05 15:04:03 +02:00
Karol Blaszczak
f635621aab
DOCS-return ONNX and MO_techniques articles ( #11805 )
...
* DOCS-return ONNX and MO_techniques articles
ONNX support article revised and changed to local tabs
* Update docs/MO_DG/prepare_model/Model_Optimization_Techniques.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/ONNX_Support.md
* Update docs/OV_Runtime_UG/ONNX_Support.md
* Update docs/OV_Runtime_UG/ONNX_Support.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
2022-07-05 15:03:26 +02:00
Karol Blaszczak
23b0ba6898
Update integrate_with_your_application.md ( #11833 )
2022-06-24 13:26:06 +02:00
Yuan Xu
d7b8d80a61
Cumulative throughput 2022.2 ( #11831 )
...
* Add Overview page
* Revert "Add Overview page"
* update auto with cumulative throughput
* update formatting
* update formatting
* update content
* update
* fix formatting
* Update docs/OV_Runtime_UG/auto_device_selection.md
Co-authored-by: Chen Peter <peter.chen@intel.com >
* update
* Update docs/OV_Runtime_UG/auto_device_selection.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/OV_Runtime_UG/multi_device.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/OV_Runtime_UG/auto_device_selection.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/OV_Runtime_UG/auto_device_selection.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/OV_Runtime_UG/auto_device_selection.md
* Update docs/OV_Runtime_UG/auto_device_selection.md
* Update docs/OV_Runtime_UG/auto_device_selection.md
* Update docs/OV_Runtime_UG/auto_device_selection.md
* Update docs/OV_Runtime_UG/auto_device_selection.md
Co-authored-by: Chen Peter <peter.chen@intel.com >
* Update docs/OV_Runtime_UG/auto_device_selection.md
* Update docs/OV_Runtime_UG/auto_device_selection.md
* Update docs/OV_Runtime_UG/auto_device_selection.md
* Update docs/OV_Runtime_UG/auto_device_selection.md
* Update docs/OV_Runtime_UG/auto_device_selection.md
* update indentation of table
Co-authored-by: Chen Peter <peter.chen@intel.com >
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
2022-06-16 16:23:10 +00:00
Yuan Xu
7963ba20f4
Update Get Started Guide structure ( #11875 )
...
* Add Overview page
* Revert "Add Overview page"
* fix errors & formatting
* fix article usage according to the styles
* fix errors
* update according to PXT comments
* CVS-80775
* update support matrix with Python version
* fix formatting
* fix formatting
* CVS-71745
* update formatting
* fix formatting
* fix formatting
* fix links & errors
* fix formatting
* update bullet points
* update
* adjust the order
* update
* update
* updates
* update references
* update
* update
* apply same updates with 22/1
* minor fix
* update reference link
* fix CVS-71846
* test
* add troubleshooting steps
* restructure get started home page
* update navigation menu
* update formatting
* fix mistakes
* update wording
* update
* rename configurations files
* update wording
* adjust the structure
* update formatting
* reverse the heading
* test with formatting
* 2nd version of Get Started homepage
* add line breaks
* change to ordered list
* update wording
* update content
* updates
* update DL workbench reference
* update wording
* update references to pip installations
* remove redundant files
* update headings
* update
* update
* restructure
* rename
* updates
* remove a comment
* correct grammar
* correct grammar
* update structure
* update headings
* restructure
* fix formatting
* change the capitalization
* update heading
* update PyPI install
* updates
* update formatting
* Update docs/install_guides/troubleshooting-steps.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
* Update docs/install_guides/troubleshooting-steps.md
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
* integrating comments
* update
* update
* correct an error
* correct an error
* update
* update
* update wording
* typo
* typo
* hiding CentOS issues
* update headings
* update heading
* Update docs/get_started/get_started_demos.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/install_guides/pypi-openvino-dev.md
* Update docs/install_guides/pypi-openvino-dev.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
2022-06-15 05:59:17 +00:00
Karol Blaszczak
fe41b8eacc
Docs multiplugin page-wide tabs merge ( #11461 ) ( #11784 )
...
* Docs multiplugin page-wide tabs merge
porting to master changes aligning multi plugin with other articles already present in 22.1
* Update docs/snippets/MULTI4.cpp
* Update docs/snippets/MULTI4.cpp
2022-06-08 16:56:37 +02:00
Karol Blaszczak
e70074d9db
DOCS-clear out the integrate_with_app article ( #11799 )
...
* DOCS-clear out the integrate_with_app article
* Update docs/OV_Runtime_UG/integrate_with_your_application.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
2022-06-07 21:52:27 +02:00
Yuan Xu
fc61b001c0
Yuan transition guide restructure ( #11778 )
...
* Add Overview page
* Revert "Add Overview page"
* restructure
* update
* updates
* update
* update
* Update docs/OV_Runtime_UG/migration_ov_2_0/intro.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* Update docs/OV_Runtime_UG/migration_ov_2_0/preprocessing.md
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
* fix formatting
* fix formatting
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
2022-06-02 11:33:44 +00:00