├── LICENSE ├── README.md ├── async_api.py ├── async_api_multi-processes.py ├── async_api_multi-processes_multi-requests.py ├── async_api_multi-processes_multi-requests_multi-ncs.py ├── async_api_multi-threads.py ├── async_api_multi-threads_multi-requests.py ├── async_api_multi-threads_multi-requests_multi-ncs.py ├── performance_data.md └── sync_api.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decemberpei/openvino-ncs2-python-samples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decemberpei/openvino-ncs2-python-samples/HEAD/README.md -------------------------------------------------------------------------------- /async_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decemberpei/openvino-ncs2-python-samples/HEAD/async_api.py -------------------------------------------------------------------------------- /async_api_multi-processes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decemberpei/openvino-ncs2-python-samples/HEAD/async_api_multi-processes.py -------------------------------------------------------------------------------- /async_api_multi-processes_multi-requests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decemberpei/openvino-ncs2-python-samples/HEAD/async_api_multi-processes_multi-requests.py -------------------------------------------------------------------------------- /async_api_multi-processes_multi-requests_multi-ncs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decemberpei/openvino-ncs2-python-samples/HEAD/async_api_multi-processes_multi-requests_multi-ncs.py -------------------------------------------------------------------------------- /async_api_multi-threads.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decemberpei/openvino-ncs2-python-samples/HEAD/async_api_multi-threads.py -------------------------------------------------------------------------------- /async_api_multi-threads_multi-requests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decemberpei/openvino-ncs2-python-samples/HEAD/async_api_multi-threads_multi-requests.py -------------------------------------------------------------------------------- /async_api_multi-threads_multi-requests_multi-ncs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decemberpei/openvino-ncs2-python-samples/HEAD/async_api_multi-threads_multi-requests_multi-ncs.py -------------------------------------------------------------------------------- /performance_data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decemberpei/openvino-ncs2-python-samples/HEAD/performance_data.md -------------------------------------------------------------------------------- /sync_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decemberpei/openvino-ncs2-python-samples/HEAD/sync_api.py --------------------------------------------------------------------------------