openvino/docs/snippets
Dawid Kożykowski f756d55dc6
Snippets for preprocessing migration page (#10917)
* update preprocessing snippets

* add missing file
2022-03-11 21:19:16 +03:00
..
gpu [GPU] GPU plugin docs (#10845) 2022-03-10 15:01:00 +03:00
src Docs: Changed OpenVINO Runtime User Guide integration (#10187) 2022-03-02 20:07:52 +03:00
AUTO0.cpp [Doc] Add doc for Auto-Device Plugin 2021.4 (#5982) 2021-08-13 14:23:44 +03:00
AUTO1.cpp replace AUTO_DEVICE_LIST with MULTI_DEVICE_PRIORITY in test cases (#7932) 2021-10-20 19:44:58 +03:00
AUTO2.cpp [Doc] Add doc for Auto-Device Plugin 2021.4 (#5982) 2021-08-13 14:23:44 +03:00
AUTO3.cpp [Doc] Add doc for Auto-Device Plugin 2021.4 (#5982) 2021-08-13 14:23:44 +03:00
AUTO4.cpp [Doc] Add doc for Auto-Device Plugin 2021.4 (#5982) 2021-08-13 14:23:44 +03:00
AUTO5.cpp [Doc] Add doc for Auto-Device Plugin 2021.4 (#5982) 2021-08-13 14:23:44 +03:00
Bfloat16Inference0.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
Bfloat16Inference1.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
Bfloat16Inference2.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
CMakeLists.txt [GPU] GPU plugin docs (#10845) 2022-03-10 15:01:00 +03:00
CPU_Kernel.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
Graph_debug_capabilities0.cpp Renamed ov::Function to ov::Model (#9051) 2021-12-10 13:08:38 +03:00
Graph_debug_capabilities1.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
HETERO0.cpp Any used to store standard types (#8946) 2021-12-09 17:19:18 +03:00
HETERO1.cpp Any used to store standard types (#8946) 2021-12-09 17:19:18 +03:00
HETERO2.cpp Removed information about FPGA plugin (#7474) 2021-09-13 14:01:49 +03:00
HETERO3.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
InferenceEngine_Caching0.cpp [DOC] Model caching feature overview (#5519) 2021-06-23 09:33:50 +03:00
InferenceEngine_Caching1.cpp [DOC] Model caching feature overview (#5519) 2021-06-23 09:33:50 +03:00
InferenceEngine_Caching2.cpp [DOC] Model caching feature overview (#5519) 2021-06-23 09:33:50 +03:00
InferenceEngine_Caching3.cpp Variant replaced with Runtime Attribute (#8520) 2021-12-07 13:02:31 +03:00
InferenceEngine_QueryAPI0.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
InferenceEngine_QueryAPI1.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
InferenceEngine_QueryAPI2.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
InferenceEngine_QueryAPI3.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
InferenceEngine_QueryAPI4.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
InferenceEngine_QueryAPI5.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
InferenceEngine_network_with_state_infer.cpp klocwork 2021.4 (#6042) 2021-06-08 11:10:56 +03:00
MULTI0.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
MULTI1.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
MULTI2.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
MULTI3.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
MULTI4.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
MULTI5.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
ShapeInference.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
dldt_optimization_guide1.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
dldt_optimization_guide2.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
dldt_optimization_guide3.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
dldt_optimization_guide4.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
dldt_optimization_guide5.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
dldt_optimization_guide6.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
dldt_optimization_guide7.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
dldt_optimization_guide8.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
dldt_optimization_guide9.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
example_async_infer_request.cpp Merged internal Infer Request implementation (#5125) 2021-04-19 15:16:47 +03:00
example_itask_executor.cpp DOCS: added code snippets compilation and fixes (#2606) 2020-10-10 11:19:16 +03:00
example_ngraph_utils.cpp Docs: Changed OpenVINO Runtime User Guide integration (#10187) 2022-03-02 20:07:52 +03:00
ie_common.cpp DOCS: Removed useless 4 spaces in snippets (#10870) 2022-03-11 08:43:18 +03:00
lpt_intel_cpu_plugin.cpp CPU plugin namespaces and files renaming (#10248) 2022-02-17 23:48:26 +03:00
movidius-programming-guide.cpp Refactored ie_plugin_config.hpp (#5899) 2021-06-01 16:31:29 +03:00
nGraphTutorial.cpp Moved graph validation utils to ov (#7529) 2021-09-20 10:40:14 +03:00
ngraph.cpp Updated common migration pipeline (#8176) 2021-11-10 16:27:23 +03:00
ov_auto_batching.cpp DOCS: Removed useless 4 spaces in snippets (#10870) 2022-03-11 08:43:18 +03:00
ov_auto_batching.py auto-batching- bare min of the info (#10190) 2022-03-02 17:48:01 +03:00
ov_common.cpp DOCS: Removed useless 4 spaces in snippets (#10870) 2022-03-11 08:43:18 +03:00
ov_dynamic_shapes.cpp [docs] python snippet for dynamic shapes release branch (#10882) 2022-03-11 08:41:55 +03:00
ov_dynamic_shapes.py [docs] python snippet for dynamic shapes release branch (#10882) 2022-03-11 08:41:55 +03:00
ov_extensions.cpp Changed location of extensibility guide (#10433) 2022-02-24 15:50:31 +03:00
ov_extensions.py Changed location of extensibility guide (#10433) 2022-02-24 15:50:31 +03:00
ov_graph.cpp Renamed ov::Function to ov::Model (#9051) 2021-12-10 13:08:38 +03:00
ov_hetero.cpp DOCS: Removed useless 4 spaces in snippets (#10870) 2022-03-11 08:43:18 +03:00
ov_hetero.py DOCS: Removed useless 4 spaces in snippets (#10870) 2022-03-11 08:43:18 +03:00
ov_infer_request.cpp Docs: Changed OpenVINO Runtime User Guide integration (#10187) 2022-03-02 20:07:52 +03:00
ov_infer_request.py Docs: Changed OpenVINO Runtime User Guide integration (#10187) 2022-03-02 20:07:52 +03:00
ov_layout.cpp DOCS: Removed useless 4 spaces in snippets (#10870) 2022-03-11 08:43:18 +03:00
ov_layout.py [OV2.0] Preprocessing documentation (#10451) 2022-02-21 19:20:23 +03:00
ov_model_snippets.cpp Docs: Changed OpenVINO Runtime User Guide integration (#10187) 2022-03-02 20:07:52 +03:00
ov_model_snippets.py Docs: Changed OpenVINO Runtime User Guide integration (#10187) 2022-03-02 20:07:52 +03:00
ov_preprocessing.cpp DOCS: Removed useless 4 spaces in snippets (#10870) 2022-03-11 08:43:18 +03:00
ov_preprocessing.py [OV2.0] Preprocessing documentation (#10451) 2022-02-21 19:20:23 +03:00
ov_preprocessing_migration.cpp Docs: complete migration guide (#10652) 2022-03-02 12:16:58 +03:00
ov_preprocessing_migration.py Snippets for preprocessing migration page (#10917) 2022-03-11 21:19:16 +03:00
ov_properties_api.cpp Config api docs (#10563) 2022-02-22 14:32:57 +03:00
ov_properties_api.py Config api docs (#10563) 2022-02-22 14:32:57 +03:00
ov_properties_migration.cpp [Docs] Add Python snippets for configure devices [2022.1] (#10916) 2022-03-11 21:17:04 +03:00
ov_properties_migration.py [Docs] Add Python snippets for configure devices [2022.1] (#10916) 2022-03-11 21:17:04 +03:00
protecting_model_guide.cpp samples overview & model protection: docs (#10596) 2022-02-22 20:11:42 +03:00