Anastasia Kuporosova
|
2bf8d910f6
|
[Docs][PyOV] update python snippets (#19367)
* [Docs][PyOV] update python snippets
* first snippet
* Fix samples debug
* Fix linter
* part1
* Fix speech sample
* update model state snippet
* add serialize
* add temp dir
* CPU snippets update (#134)
* snippets CPU 1/6
* snippets CPU 2/6
* snippets CPU 3/6
* snippets CPU 4/6
* snippets CPU 5/6
* snippets CPU 6/6
* make module TODO: REMEMBER ABOUT EXPORTING PYTONPATH ON CIs ETC
* Add static model creation in snippets for CPU
* export_comp_model done
* leftovers
* apply comments
* apply comments -- properties
* small fixes
* rempve debug info
* return IENetwork instead of Function
* apply comments
* revert precision change in common snippets
* update opset
* [PyOV] Edit docs for the rest of plugins (#136)
* modify main.py
* GNA snippets
* GPU snippets
* AUTO snippets
* MULTI snippets
* HETERO snippets
* Added properties
* update gna
* more samples
* Update docs/OV_Runtime_UG/model_state_intro.md
* Update docs/OV_Runtime_UG/model_state_intro.md
* attempt1 fix ci
* new approach to test
* temporary remove some files from run
* revert cmake changes
* fix ci
* fix snippet
* fix py_exclusive snippet
* fix preprocessing snippet
* clean-up main
* remove numpy installation in gha
* check for GPU
* add logger
* iexclude main
* main update
* temp
* Temp2
* Temp2
* temp
* Revert temp
* add property execution devices
* hide output from samples
---------
Co-authored-by: p-wysocki <przemyslaw.wysocki@intel.com>
Co-authored-by: Jan Iwaszkiewicz <jan.iwaszkiewicz@intel.com>
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
|
2023-09-13 21:05:24 +02:00 |
Jan Iwaszkiewicz
|
88cb428763
|
[PyOV][DOCS] Added Python advanced inference documentation (#17090)
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
|
2023-04-21 15:22:33 +02:00 |
Ilya Churaev
|
0c9abf43a9
|
Updated copyright headers (#15124)
* Updated copyright headers
* Revert "Fixed linker warnings in docs snippets on Windows (#15119)"
This reverts commit 372699ec49.
|
2023-01-16 11:02:17 +04:00 |
Alexey Lebedev
|
6eaa15745a
|
[PYTHON API] Tensor.data property for low precisions + packing (#11131)
* rebase old branch with master
* Fix doc style
* fix test
* update tests
* Add missed param
* Rewrite docstring for tensor and refactor set_input_tensors test
* update python exclusives
* keep compatibility
* remove notes about slices
* fix code style
* Fix code style
|
2022-04-01 12:04:04 +03:00 |
Alexey Lebedev
|
1efb0a034f
|
[PYTHON API] release GIL (#10810)
* AsyncInferQueue nogil update + refactoring
* nogil in compiled model
* nogil in Core
* fix refactoring
* nogil in infer_request
* add tests
* Fix code style
* update test with incrementing reference counting
* try to fix code style
* fix code style
* release gil in reshape and preprocessing
* make args optional in test
* fix code style
* add docs about GIL
* try to link doc string with docs
* Apply suggestions from code review
Co-authored-by: Jan Iwaszkiewicz <jan.iwaszkiewicz@intel.com>
* Fix docs
* docs refactoring
* Apply review comments
* Fix code style
Co-authored-by: Jan Iwaszkiewicz <jan.iwaszkiewicz@intel.com>
Co-authored-by: Anastasia Kuporosova <anastasia.kuporosova@intel.com>
|
2022-03-31 16:12:48 +03:00 |
Jan Iwaszkiewicz
|
660c6a3e84
|
[DOCS] Python Exclusives overview (#10946)
* Add python docs
* Small fix
* Apply comments
* Fix style
|
2022-03-15 14:26:12 +03:00 |