Update md files. Add cpp in docs/examples (#1769)
authorPolina Mishanina <69624311+pmishanina@users.noreply.github.com>
Tue, 22 Sep 2020 15:01:48 +0000 (18:01 +0300)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 15:01:48 +0000 (18:01 +0300)
commit898d4ee8f0ea9fbfcd7bb72816083495512bd340
treedc551b6c9e194787e2d9106211c80253c3d2ce18
parent23c1c3b6ad0cc2835f2c45d60a24cd030ef0ca75
Update md files. Add cpp in docs/examples (#1769)

* Update md files. Add cpp in docs/examples

* Normalize all the line endings

* Fix block_id in snippets

* Fix utf-8 encoding

* Add new folder for snippets

* Fix issues with compiling code from snippets

* Added conteiner iterator fix
66 files changed:
docs/IE_DG/Bfloat16Inference.md
docs/IE_DG/DynamicBatching.md
docs/IE_DG/Extensibility_DG/CPU_Kernel.md
docs/IE_DG/Extensibility_DG/GPU_Kernel.md
docs/IE_DG/GPU_Kernels_Tuning.md
docs/IE_DG/Graph_debug_capabilities.md
docs/IE_DG/InferenceEngine_QueryAPI.md
docs/IE_DG/Integrate_with_customer_application_new_API.md
docs/IE_DG/Migration_CoreAPI.md
docs/IE_DG/OnnxImporterTutorial.md
docs/IE_DG/ShapeInference.md
docs/IE_DG/nGraphTutorial.md
docs/IE_DG/protecting_model_guide.md
docs/IE_DG/supported_plugins/GPU_RemoteBlob_API.md
docs/IE_DG/supported_plugins/HETERO.md
docs/IE_DG/supported_plugins/MULTI.md
docs/install_guides/movidius-programming-guide.md
docs/optimization_guide/dldt_optimization_guide.md
docs/snippets/Bfloat16Inference0.cpp [new file with mode: 0644]
docs/snippets/Bfloat16Inference1.cpp [new file with mode: 0644]
docs/snippets/Bfloat16Inference2.cpp [new file with mode: 0644]
docs/snippets/CPU_Kernel.cpp [new file with mode: 0644]
docs/snippets/DynamicBatching.cpp [new file with mode: 0644]
docs/snippets/GPU_Kernel.cpp [new file with mode: 0644]
docs/snippets/GPU_Kernels_Tuning.cpp [new file with mode: 0644]
docs/snippets/GPU_RemoteBlob_API0.cpp [new file with mode: 0644]
docs/snippets/GPU_RemoteBlob_API1.cpp [new file with mode: 0644]
docs/snippets/GPU_RemoteBlob_API2.cpp [new file with mode: 0644]
docs/snippets/Graph_debug_capabilities0.cpp [new file with mode: 0644]
docs/snippets/Graph_debug_capabilities1.cpp [new file with mode: 0644]
docs/snippets/HETERO0.cpp [new file with mode: 0644]
docs/snippets/HETERO1.cpp [new file with mode: 0644]
docs/snippets/HETERO2.cpp [new file with mode: 0644]
docs/snippets/HETERO3.cpp [new file with mode: 0644]
docs/snippets/InferenceEngine_QueryAPI0.cpp [new file with mode: 0644]
docs/snippets/InferenceEngine_QueryAPI1.cpp [new file with mode: 0644]
docs/snippets/InferenceEngine_QueryAPI2.cpp [new file with mode: 0644]
docs/snippets/InferenceEngine_QueryAPI3.cpp [new file with mode: 0644]
docs/snippets/InferenceEngine_QueryAPI4.cpp [new file with mode: 0644]
docs/snippets/InferenceEngine_QueryAPI5.cpp [new file with mode: 0644]
docs/snippets/Integrate_with_customer_application_new_API.cpp [new file with mode: 0644]
docs/snippets/MULTI0.cpp [new file with mode: 0644]
docs/snippets/MULTI1.cpp [new file with mode: 0644]
docs/snippets/MULTI2.cpp [new file with mode: 0644]
docs/snippets/MULTI3.cpp [new file with mode: 0644]
docs/snippets/MULTI4.cpp [new file with mode: 0644]
docs/snippets/MULTI5.cpp [new file with mode: 0644]
docs/snippets/Migration_CoreAPI.cpp [new file with mode: 0644]
docs/snippets/OnnxImporterTutorial0.cpp [new file with mode: 0644]
docs/snippets/OnnxImporterTutorial1.cpp [new file with mode: 0644]
docs/snippets/OnnxImporterTutorial2.cpp [new file with mode: 0644]
docs/snippets/OnnxImporterTutorial3.cpp [new file with mode: 0644]
docs/snippets/ShapeInference.cpp [new file with mode: 0644]
docs/snippets/dldt_optimization_guide0.cpp [new file with mode: 0644]
docs/snippets/dldt_optimization_guide1.cpp [new file with mode: 0644]
docs/snippets/dldt_optimization_guide2.cpp [new file with mode: 0644]
docs/snippets/dldt_optimization_guide3.cpp [new file with mode: 0644]
docs/snippets/dldt_optimization_guide4.cpp [new file with mode: 0644]
docs/snippets/dldt_optimization_guide5.cpp [new file with mode: 0644]
docs/snippets/dldt_optimization_guide6.cpp [new file with mode: 0644]
docs/snippets/dldt_optimization_guide7.cpp [new file with mode: 0644]
docs/snippets/dldt_optimization_guide8.cpp [new file with mode: 0644]
docs/snippets/dldt_optimization_guide9.cpp [new file with mode: 0644]
docs/snippets/movidius-programming-guide.cpp [new file with mode: 0644]
docs/snippets/nGraphTutorial.cpp [new file with mode: 0644]
docs/snippets/protecting_model_guide.cpp [new file with mode: 0644]