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 |