Doc Migration (master) (#1377)
authorNikolay Tyukaev <nikolay.tyukaev@intel.com>
Mon, 20 Jul 2020 14:36:08 +0000 (17:36 +0300)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2020 14:36:08 +0000 (17:36 +0300)
commitef45b5da8d9b491541542ef94dc079a686ce5e52
tree584a029ca6e13e90036bff3a3726b9d4326f513f
parent4037613db31475e79577ab5dfea69d11a2a2949d
Doc Migration (master) (#1377)

* Doc Migration from Gitlab (#1289)

* doc migration

* fix

* Update FakeQuantize_1.md

* Update performance_benchmarks.md

* Updates graphs for FPGA

* Update performance_benchmarks.md

* Change DL Workbench structure (#1)

* Changed DL Workbench structure

* Fixed tags

* fixes

* Update ie_docs.xml

* Update performance_benchmarks_faq.md

* Fixes in DL Workbench layout

* Fixes for CVS-31290

* [DL Workbench] Minor correction

* Fix for CVS-30955

* Added nGraph deprecation notice as requested by Zoe

* fix broken links in api doxy layouts

* CVS-31131 fixes

* Additional fixes

* Fixed POT TOC

* Update PAC_Configure.md

PAC DCP 1.2.1 install guide.

* Update inference_engine_intro.md

* fix broken link

* Update opset.md

* fix

* added opset4 to layout

* added new opsets to layout, set labels for them

* Update VisionAcceleratorFPGA_Configure.md

Updated from 2020.3 to 2020.4

Co-authored-by: domi2000 <domi2000@users.noreply.github.com>
532 files changed:
.gitattributes
docs/HOWTO/Custom_Layers_Guide.md [new file with mode: 0644]
docs/HOWTO/add_regression_test_vpu.md [new file with mode: 0644]
docs/HOWTO/fuzzing-HOWTO.md [new file with mode: 0644]
docs/HOWTO/img/IE_extensions_flow.png [new file with mode: 0644]
docs/HOWTO/img/MEG_generic_flow.png [new file with mode: 0644]
docs/HOWTO/img/MO_extensions_flow.png [new file with mode: 0644]
docs/HOWTO/img/mo_caffe_priorities.png [new file with mode: 0644]
docs/IE_DG/API_Changes.md [new file with mode: 0644]
docs/IE_DG/Bfloat16Inference.md [new file with mode: 0644]
docs/IE_DG/Cross_Check_Tool.md [new file with mode: 0644]
docs/IE_DG/Deep_Learning_Inference_Engine_DevGuide.md [new file with mode: 0644]
docs/IE_DG/DynamicBatching.md [new file with mode: 0644]
docs/IE_DG/Extensibility_DG/AddingNGraphOps.md [new file with mode: 0644]
docs/IE_DG/Extensibility_DG/Building.md [new file with mode: 0644]
docs/IE_DG/Extensibility_DG/CPU_Kernel.md [new file with mode: 0644]
docs/IE_DG/Extensibility_DG/Extension.md [new file with mode: 0644]
docs/IE_DG/Extensibility_DG/GPU_Kernel.md [new file with mode: 0644]
docs/IE_DG/Extensibility_DG/Intro.md [new file with mode: 0644]
docs/IE_DG/Extensibility_DG/VPU_Kernel.md [new file with mode: 0644]
docs/IE_DG/Extensibility_DG/deprecated/Factory.md [new file with mode: 0644]
docs/IE_DG/Extensibility_DG/deprecated/ShapeInfer.md [new file with mode: 0644]
docs/IE_DG/GPU_Kernels_Tuning.md [new file with mode: 0644]
docs/IE_DG/Glossary.md [new file with mode: 0644]
docs/IE_DG/Graph_debug_capabilities.md [new file with mode: 0644]
docs/IE_DG/InferenceEngine_QueryAPI.md [new file with mode: 0644]
docs/IE_DG/Int8Inference.md [new file with mode: 0644]
docs/IE_DG/Integrate_with_customer_application_new_API.md [new file with mode: 0644]
docs/IE_DG/Intro_to_Performance.md [new file with mode: 0644]
docs/IE_DG/Introduction.md [new file with mode: 0644]
docs/IE_DG/Known_Issues_Limitations.md [new file with mode: 0644]
docs/IE_DG/Legal_Information.md [new file with mode: 0644]
docs/IE_DG/Memory_primitives.md [new file with mode: 0644]
docs/IE_DG/Migration_CoreAPI.md [new file with mode: 0644]
docs/IE_DG/OnnxImporterTutorial.md [new file with mode: 0644]
docs/IE_DG/Optimization_notice.md [new file with mode: 0644]
docs/IE_DG/PythonPackage_Overview.md [new file with mode: 0644]
docs/IE_DG/Samples_Overview.md [new file with mode: 0644]
docs/IE_DG/ShapeInference.md [new file with mode: 0644]
docs/IE_DG/Tools_Overview.md [new file with mode: 0644]
docs/IE_DG/img/NewAndOldCNNNetworkImpl.png [new file with mode: 0644]
docs/IE_DG/img/TopLevelNGraphFlow.png [new file with mode: 0644]
docs/IE_DG/img/bf16_format.png [new file with mode: 0644]
docs/IE_DG/img/conv_depth_01.png [new file with mode: 0644]
docs/IE_DG/img/conv_simple_01.png [new file with mode: 0644]
docs/IE_DG/img/conv_sum_relu_01.png [new file with mode: 0644]
docs/IE_DG/img/cpu_int8_flow.png [new file with mode: 0644]
docs/IE_DG/img/deploy_encrypted_model.png [new file with mode: 0644]
docs/IE_DG/img/deploy_encrypted_model.vsdx [new file with mode: 0644]
docs/IE_DG/img/example_sample_output.png [new file with mode: 0644]
docs/IE_DG/img/fpga_full_workflow.png [new file with mode: 0644]
docs/IE_DG/img/fpga_platform_hub.png [new file with mode: 0644]
docs/IE_DG/img/fullyconnected_activation_01.png [new file with mode: 0644]
docs/IE_DG/img/group_convolutions_01.png [new file with mode: 0644]
docs/IE_DG/img/hor_fusion_1.png [new file with mode: 0644]
docs/IE_DG/img/hor_fusion_2.png [new file with mode: 0644]
docs/IE_DG/img/hor_fusion_3.png [new file with mode: 0644]
docs/IE_DG/img/hor_fusion_4.png [new file with mode: 0644]
docs/IE_DG/img/integration_process.png [new file with mode: 0644]
docs/IE_DG/img/intel_logo.png [new file with mode: 0644]
docs/IE_DG/img/ir_add_n_ref.png [new file with mode: 0644]
docs/IE_DG/img/mkldnn_conv_sum.png [new file with mode: 0644]
docs/IE_DG/img/mkldnn_conv_sum_result.png [new file with mode: 0644]
docs/IE_DG/img/mkldnn_group_conv.png [new file with mode: 0644]
docs/IE_DG/img/opt-notice-en_080411.gif [new file with mode: 0644]
docs/IE_DG/img/optimizations/groups.png [new file with mode: 0644]
docs/IE_DG/img/optimizations/inception_v4.png [new file with mode: 0644]
docs/IE_DG/img/optimizations/resnet_269.png [new file with mode: 0644]
docs/IE_DG/img/optimizations/resnet_optimization.png [new file with mode: 0644]
docs/IE_DG/img/pooling_fakequant_01.png [new file with mode: 0644]
docs/IE_DG/img/workflow_steps.png [new file with mode: 0644]
docs/IE_DG/img/yolo_tiny_v1.png [new file with mode: 0644]
docs/IE_DG/inference_engine_intro.md [new file with mode: 0644]
docs/IE_DG/nGraphTutorial.md [new file with mode: 0644]
docs/IE_DG/nGraph_Flow.md [new file with mode: 0644]
docs/IE_DG/protecting_model_guide.md [new file with mode: 0644]
docs/IE_DG/supported_plugins/CL_DNN.md [new file with mode: 0644]
docs/IE_DG/supported_plugins/CPU.md [new file with mode: 0644]
docs/IE_DG/supported_plugins/FPGA.md [new file with mode: 0644]
docs/IE_DG/supported_plugins/GNA.md [new file with mode: 0644]
docs/IE_DG/supported_plugins/GPU_RemoteBlob_API.md [new file with mode: 0644]
docs/IE_DG/supported_plugins/HDDL.md [new file with mode: 0644]
docs/IE_DG/supported_plugins/HETERO.md [new file with mode: 0644]
docs/IE_DG/supported_plugins/MULTI.md [new file with mode: 0644]
docs/IE_DG/supported_plugins/MYRIAD.md [new file with mode: 0644]
docs/IE_DG/supported_plugins/Supported_Devices.md [new file with mode: 0644]
docs/IE_DG/supported_plugins/VPU.md [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/CONTRIBUTING.md [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/COVERAGE.md [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/IE_Dev_Procedure.md [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/img/analyze_results.png [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/img/code_style_artifacts.png [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/img/commit_message.png [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/img/mr1.png [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/img/mr2.png [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/img/mr_example.png [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/img/mr_example1.png [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/img/run_engineering.png [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/img/run_tests.png [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/img/select_branch.png [new file with mode: 0644]
docs/Inference_Engine_Development_Procedure/img/view_results.png [new file with mode: 0644]
docs/Legal_Information.md [new file with mode: 0644]
docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md [new file with mode: 0644]
docs/MO_DG/IR_and_opsets.md [new file with mode: 0644]
docs/MO_DG/Known_Issues_Limitations.md [new file with mode: 0644]
docs/MO_DG/img/DeepSpeech.png [new file with mode: 0644]
docs/MO_DG/img/FaceNet.png [new file with mode: 0644]
docs/MO_DG/img/NCF_start.png [new file with mode: 0644]
docs/MO_DG/img/compressed_int8_Convolution_weights.png [new file with mode: 0644]
docs/MO_DG/img/expanded_int8_Convolution_weights.png [new file with mode: 0644]
docs/MO_DG/img/inception_v1_first_block.png [new file with mode: 0644]
docs/MO_DG/img/inception_v1_std_input.png [new file with mode: 0644]
docs/MO_DG/img/inception_v1_std_output.png [new file with mode: 0644]
docs/MO_DG/img/lm_1b.png [new file with mode: 0644]
docs/MO_DG/img/mo_caffe_priorities.png [new file with mode: 0644]
docs/MO_DG/img/optimizations/groups.png [new file with mode: 0644]
docs/MO_DG/img/optimizations/inception_v4.png [new file with mode: 0644]
docs/MO_DG/img/optimizations/resnet_269.png [new file with mode: 0644]
docs/MO_DG/img/optimizations/resnet_optimization.png [new file with mode: 0644]
docs/MO_DG/img/small_IR_graph_demonstration.png [new file with mode: 0644]
docs/MO_DG/img/workflow_steps.png [new file with mode: 0644]
docs/MO_DG/prepare_model/Config_Model_Optimizer.md [new file with mode: 0644]
docs/MO_DG/prepare_model/Model_Optimization_Techniques.md [new file with mode: 0644]
docs/MO_DG/prepare_model/Model_Optimizer_FAQ.md [new file with mode: 0644]
docs/MO_DG/prepare_model/Prepare_Trained_Model.md [new file with mode: 0644]
docs/MO_DG/prepare_model/Supported_Frameworks_Layers.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Caffe.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/Convert_Model_From_Kaldi.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/Convert_Model_From_MxNet.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/Convert_Model_From_TensorFlow.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/Converting_Model.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/Converting_Model_General.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/Cutting_Model.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/IR_suitable_for_INT8_inference.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/Legacy_IR_Layers_Catalog_Spec.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/kaldi_specific/Aspire_Tdnn_Model.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/mxnet_specific/Convert_Style_Transfer_From_MXNet.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_DLRM.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_GPT2.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/onnx_specific/Convert_Mask_RCNN.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_BERT_From_Tensorflow.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_CRNN_From_Tensorflow.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_DeepSpeech_From_Tensorflow.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_FaceNet_From_Tensorflow.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_GNMT_From_Tensorflow.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_NCF_From_Tensorflow.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Object_Detection_API_Models.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_Slim_Library_Models.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_WideAndDeep_Family_Models.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_XLNet_From_Tensorflow.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_YOLO_From_Tensorflow.md [new file with mode: 0644]
docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_lm_1b_From_Tensorflow.md [new file with mode: 0644]
docs/MO_DG/prepare_model/customize_model_optimizer/Customize_Model_Optimizer.md [new file with mode: 0644]
docs/MO_DG/prepare_model/customize_model_optimizer/Extending_MXNet_Model_Optimizer_with_New_Primitives.md [new file with mode: 0644]
docs/MO_DG/prepare_model/customize_model_optimizer/Extending_Model_Optimizer_with_New_Primitives.md [new file with mode: 0644]
docs/MO_DG/prepare_model/customize_model_optimizer/Legacy_Mode_for_Caffe_Custom_Layers.md [new file with mode: 0644]
docs/MO_DG/prepare_model/customize_model_optimizer/Subgraph_Replacement_Model_Optimizer.md [new file with mode: 0644]
docs/MO_DG/prepare_model/customize_model_optimizer/TensorFlow_Faster_RCNN_ObjectDetection_API.md [new file with mode: 0644]
docs/MO_DG/prepare_model/customize_model_optimizer/TensorFlow_SSD_ObjectDetection_API.md [new file with mode: 0644]
docs/Optimization_notice.md [new file with mode: 0644]
docs/benchmarks/performance_benchmarks.md [new file with mode: 0644]
docs/benchmarks/performance_benchmarks_faq.md [new file with mode: 0644]
docs/benchmarks/performance_int8_vs_fp32.md [new file with mode: 0644]
docs/doxygen/ie_c_api.xml [new file with mode: 0644]
docs/doxygen/ie_docs.xml [new file with mode: 0644]
docs/doxygen/ie_plugin_api.xml [new file with mode: 0644]
docs/doxygen/ie_py_api.xml [new file with mode: 0644]
docs/get_started/get_started_linux.md [new file with mode: 0644]
docs/hetero-plugin.md [new file with mode: 0644]
docs/how_tos/how-to-links.md [new file with mode: 0644]
docs/img/Add_Environment_Variable.PNG [new file with mode: 0644]
docs/img/Build_samples.png [new file with mode: 0644]
docs/img/Build_success.png [new file with mode: 0644]
docs/img/CMakeInstalled.PNG [new file with mode: 0644]
docs/img/Configure-MO.PNG [new file with mode: 0644]
docs/img/Confirm_install.png [new file with mode: 0644]
docs/img/DL-for-Healthcare-Imaging.jpg [new file with mode: 0644]
docs/img/DeviceDriverVersion.PNG [new file with mode: 0644]
docs/img/DeviceManager.PNG [new file with mode: 0644]
docs/img/DownloadVisualStudioBuildTools.PNG [new file with mode: 0644]
docs/img/Environment_Variables-select_Path.PNG [new file with mode: 0644]
docs/img/GX_Configure1.png [new file with mode: 0644]
docs/img/GX_Configure2.png [new file with mode: 0644]
docs/img/GX_Configure3.png [new file with mode: 0644]
docs/img/Image_Classification_Demo_Complete.PNG [new file with mode: 0644]
docs/img/InstallPython64-bit.PNG [new file with mode: 0644]
docs/img/InstallPython64-bit_1.PNG [new file with mode: 0644]
docs/img/InstallVisualComponents.png [new file with mode: 0644]
docs/img/InstallVisualStudioComponentsSummary.png [new file with mode: 0644]
docs/img/Install_Screen_3-dd.PNG [new file with mode: 0644]
docs/img/OpenVINO_Install_Options.png [new file with mode: 0644]
docs/img/OpenVINO_Install_warnings.PNG [new file with mode: 0644]
docs/img/OpenVINO_Install_warnings_R3.PNG [new file with mode: 0644]
docs/img/OpenVINO_first_demo.PNG [new file with mode: 0644]
docs/img/Python-Download.png [new file with mode: 0644]
docs/img/Quartus_Lite_Download.png [new file with mode: 0644]
docs/img/Quartus_Pro_Download.png [new file with mode: 0644]
docs/img/SelectSecondVisualStudioBox-2017.PNG [new file with mode: 0644]
docs/img/SelectVisualStudioBuildTooltoInstall-2017.PNG [new file with mode: 0644]
docs/img/SelectVisualStudioBuildTooltoInstall.png [new file with mode: 0644]
docs/img/Summary-2017.PNG [new file with mode: 0644]
docs/img/System_Properties.PNG [new file with mode: 0644]
docs/img/VS_2015_Build_Tools_Download.PNG [new file with mode: 0644]
docs/img/VisionAcceleratorJTAG.png [new file with mode: 0644]
docs/img/Visual-Studio-2017-Downloads.PNG [new file with mode: 0644]
docs/img/VisualStudio2017BuildToolSummary.png [new file with mode: 0644]
docs/img/VisualStudio2019BuildToolSummary.PNG [new file with mode: 0644]
docs/img/VisualStudioBuildTools.PNG [new file with mode: 0644]
docs/img/benefit_hddlr.png [new file with mode: 0644]
docs/img/benefit_i3.png [new file with mode: 0644]
docs/img/benefit_i5.png [new file with mode: 0644]
docs/img/benefit_i7.png [new file with mode: 0644]
docs/img/benefit_ivad_fpga.png [new file with mode: 0644]
docs/img/benefit_ncs2.png [new file with mode: 0644]
docs/img/benefit_xeon_e212g.png [new file with mode: 0644]
docs/img/benefit_xeon_gold.png [new file with mode: 0644]
docs/img/benefit_xeon_platinum.png [new file with mode: 0644]
docs/img/benefit_xeon_silver.png [new file with mode: 0644]
docs/img/cmake-installer_1.png [new file with mode: 0644]
docs/img/command_prompt.PNG [new file with mode: 0644]
docs/img/configuration_dialog.png [new file with mode: 0644]
docs/img/configure_MO_success.PNG [new file with mode: 0644]
docs/img/cpu_streams_explained.png [new file with mode: 0644]
docs/img/digital-security-surveillance.jpg [new file with mode: 0644]
docs/img/eff_atom.png [new file with mode: 0644]
docs/img/eff_hddlr.png [new file with mode: 0644]
docs/img/eff_i3.png [new file with mode: 0644]
docs/img/eff_i5.png [new file with mode: 0644]
docs/img/eff_i7.png [new file with mode: 0644]
docs/img/eff_i9.png [new file with mode: 0644]
docs/img/eff_ivad_fpga.png [new file with mode: 0644]
docs/img/eff_ncs2.png [new file with mode: 0644]
docs/img/eff_xeon_e212g.png [new file with mode: 0644]
docs/img/eff_xeon_gold.png [new file with mode: 0644]
docs/img/eff_xeon_platinum.png [new file with mode: 0644]
docs/img/eff_xeon_silver.png [new file with mode: 0644]
docs/img/example_sample_output.png [new file with mode: 0644]
docs/img/fpga-download-cable.png [new file with mode: 0644]
docs/img/image_classification_script_output_lnx.png [new file with mode: 0644]
docs/img/image_classification_script_output_win.png [new file with mode: 0644]
docs/img/inference_pipeline_script_lnx.png [new file with mode: 0644]
docs/img/inference_pipeline_script_mac.png [new file with mode: 0644]
docs/img/inference_pipeline_script_win.png [new file with mode: 0644]
docs/img/initialize_STOP_copy.png [new file with mode: 0644]
docs/img/install-linux-01.png [new file with mode: 0644]
docs/img/install-linux-03_0.png [new file with mode: 0644]
docs/img/install-linux-05.png [new file with mode: 0644]
docs/img/install-linux-fpga-01.png [new file with mode: 0644]
docs/img/install-linux-fpga-01R4.png [new file with mode: 0644]
docs/img/install-linux-fpga-02.png [new file with mode: 0644]
docs/img/install-linux-fpga-02R4.png [new file with mode: 0644]
docs/img/install-linux-fpga-03.png [new file with mode: 0644]
docs/img/install-linux-fpga-03R4.png [new file with mode: 0644]
docs/img/install-linux-fpga-04.png [new file with mode: 0644]
docs/img/install-linux-fpga-05.png [new file with mode: 0644]
docs/img/int8vsfp32.png [new file with mode: 0644]
docs/img/intel_logo.png [new file with mode: 0644]
docs/img/myriad_driver.png [new file with mode: 0644]
docs/img/openvino-install-linux-00.png [new file with mode: 0644]
docs/img/openvino-install-linux-01.png [new file with mode: 0644]
docs/img/openvino-install-linux-02.png [new file with mode: 0644]
docs/img/openvino-install-linux-03.png [new file with mode: 0644]
docs/img/openvino-install-linux-04.png [new file with mode: 0644]
docs/img/openvino-install-macos-01.png [new file with mode: 0644]
docs/img/openvino-install-macos-02.png [new file with mode: 0644]
docs/img/openvino-install-macos-03.png [new file with mode: 0644]
docs/img/openvino-install-macos-04.png [new file with mode: 0644]
docs/img/openvino-install-macos-05.png [new file with mode: 0644]
docs/img/openvino-install-windows-01.png [new file with mode: 0644]
docs/img/openvino-install-windows-02.png [new file with mode: 0644]
docs/img/openvino-install-windows-03.png [new file with mode: 0644]
docs/img/openvino-install-windows-fpga-01.png [new file with mode: 0644]
docs/img/openvino-install-windows-fpga-02.png [new file with mode: 0644]
docs/img/openvino-install-windows-fpga-03.png [new file with mode: 0644]
docs/img/output_trimmed.png [new file with mode: 0644]
docs/img/ov_r3_install_01.png [new file with mode: 0644]
docs/img/ov_r3_install_02.png [new file with mode: 0644]
docs/img/people-counter-syestem.jpg [new file with mode: 0644]
docs/img/performance-boost-DL-algorithm.jpg [new file with mode: 0644]
docs/img/resnet_269.png [new file with mode: 0644]
docs/img/robotics-with-AI.jpg [new file with mode: 0644]
docs/img/security-barrier-results.png [new file with mode: 0644]
docs/img/selection_dialog.png [new file with mode: 0644]
docs/img/squeezenet_results.png [new file with mode: 0644]
docs/img/throughput_atom.png [new file with mode: 0644]
docs/img/throughput_hddlr.png [new file with mode: 0644]
docs/img/throughput_i3.png [new file with mode: 0644]
docs/img/throughput_i5.png [new file with mode: 0644]
docs/img/throughput_i7.png [new file with mode: 0644]
docs/img/throughput_i9.png [new file with mode: 0644]
docs/img/throughput_ivad_fpga.png [new file with mode: 0644]
docs/img/throughput_ncs2.png [new file with mode: 0644]
docs/img/throughput_xeon_e212g.png [new file with mode: 0644]
docs/img/throughput_xeon_gold.png [new file with mode: 0644]
docs/img/throughput_xeon_platinum.png [new file with mode: 0644]
docs/img/throughput_xeon_silver.png [new file with mode: 0644]
docs/img/usb-blaster-setup.png [new file with mode: 0644]
docs/img/value_atom.png [new file with mode: 0644]
docs/img/value_hddlr.png [new file with mode: 0644]
docs/img/value_i3.png [new file with mode: 0644]
docs/img/value_i5.png [new file with mode: 0644]
docs/img/value_i7.png [new file with mode: 0644]
docs/img/value_i9.png [new file with mode: 0644]
docs/img/value_ivad_fpga.png [new file with mode: 0644]
docs/img/value_ncs2.png [new file with mode: 0644]
docs/img/value_xeon_e212g.png [new file with mode: 0644]
docs/img/value_xeon_gold.png [new file with mode: 0644]
docs/img/value_xeon_platinum.png [new file with mode: 0644]
docs/img/value_xeon_silver.png [new file with mode: 0644]
docs/img/visualStudioAccount.PNG [new file with mode: 0644]
docs/img/vs_Studio_2015_First_Install_Screen_CPP.PNG [new file with mode: 0644]
docs/img/vs_Studio_2015_Summary.PNG [new file with mode: 0644]
docs/img/vtune_async.png [new file with mode: 0644]
docs/img/vtune_option.jpg [new file with mode: 0644]
docs/img/vtune_regular.png [new file with mode: 0644]
docs/img/vtune_timeline.png [new file with mode: 0644]
docs/img/vtune_topdown_view.jpg [new file with mode: 0644]
docs/img/workflow_steps.png [new file with mode: 0644]
docs/index.md [new file with mode: 0644]
docs/install_guides/PAC_Configure.md [new file with mode: 0644]
docs/install_guides/PAC_Configure_2018R5.md [new file with mode: 0644]
docs/install_guides/PAC_Configure_2019RX.md [new file with mode: 0644]
docs/install_guides/VisionAcceleratorFPGA_Configure.md [new file with mode: 0644]
docs/install_guides/VisionAcceleratorFPGA_Configure_2018R5.md [new file with mode: 0644]
docs/install_guides/VisionAcceleratorFPGA_Configure_2019R1.md [new file with mode: 0644]
docs/install_guides/VisionAcceleratorFPGA_Configure_2019R3.md [new file with mode: 0644]
docs/install_guides/VisionAcceleratorFPGA_Configure_Windows.md [new file with mode: 0644]
docs/install_guides/deployment-manager-tool.md [new file with mode: 0644]
docs/install_guides/installing-openvino-apt.md [new file with mode: 0644]
docs/install_guides/installing-openvino-conda.md [new file with mode: 0644]
docs/install_guides/installing-openvino-docker-linux.md [new file with mode: 0644]
docs/install_guides/installing-openvino-docker-windows.md [new file with mode: 0644]
docs/install_guides/installing-openvino-linux-fpga.md [new file with mode: 0644]
docs/install_guides/installing-openvino-linux-ivad-vpu.md [new file with mode: 0644]
docs/install_guides/installing-openvino-linux.md [new file with mode: 0644]
docs/install_guides/installing-openvino-macos.md [new file with mode: 0644]
docs/install_guides/installing-openvino-raspbian.md [new file with mode: 0644]
docs/install_guides/installing-openvino-windows-fpga.md [new file with mode: 0644]
docs/install_guides/installing-openvino-windows.md [new file with mode: 0644]
docs/install_guides/installing-openvino-yocto.md [new file with mode: 0644]
docs/install_guides/installing-openvino-yum.md [new file with mode: 0644]
docs/install_guides/movidius-programming-guide.md [new file with mode: 0644]
docs/install_guides/movidius-setup-guide.md [new file with mode: 0644]
docs/ops/activation/Clamp_1.md
docs/ops/activation/Elu_1.md
docs/ops/activation/Exp_1.md
docs/ops/activation/GELU_2.md
docs/ops/activation/HardSigmoid_1.md
docs/ops/activation/Mish_4.md
docs/ops/activation/PReLU_1.md
docs/ops/activation/ReLU_1.md
docs/ops/activation/Sigmoid_1.md
docs/ops/activation/SoftMax_1.md
docs/ops/activation/SoftPlus_4.md
docs/ops/activation/Swish_4.md
docs/ops/arithmetic/Abs_1.md
docs/ops/arithmetic/Acos_1.md
docs/ops/arithmetic/Acosh_1.md [new file with mode: 0644]
docs/ops/arithmetic/Acosh_3.md
docs/ops/arithmetic/Add_1.md
docs/ops/arithmetic/Asin_1.md
docs/ops/arithmetic/Asinh_1.md [new file with mode: 0644]
docs/ops/arithmetic/Asinh_3.md
docs/ops/arithmetic/Atan_1.md
docs/ops/arithmetic/Atanh_1.md [new file with mode: 0644]
docs/ops/arithmetic/Atanh_3.md
docs/ops/arithmetic/Ceiling_1.md
docs/ops/arithmetic/Cos_1.md
docs/ops/arithmetic/Cosh_1.md
docs/ops/arithmetic/CumSum_3.md
docs/ops/arithmetic/Divide_1.md
docs/ops/arithmetic/Erf_1.md
docs/ops/arithmetic/FloorMod_1.md
docs/ops/arithmetic/Floor_1.md
docs/ops/arithmetic/Log_1.md
docs/ops/arithmetic/Maximum_1.md
docs/ops/arithmetic/Minimum_1.md
docs/ops/arithmetic/Mod_1.md
docs/ops/arithmetic/Multiply_1.md
docs/ops/arithmetic/Negative_1.md
docs/ops/arithmetic/Power_1.md
docs/ops/arithmetic/Selu_1.md
docs/ops/arithmetic/Sign_1.md
docs/ops/arithmetic/Sin_1.md
docs/ops/arithmetic/Sinh_1.md
docs/ops/arithmetic/Sqrt_1.md
docs/ops/arithmetic/SquaredDifference_1.md
docs/ops/arithmetic/Subtract_1.md
docs/ops/arithmetic/Tan_1.md
docs/ops/arithmetic/Tanh_1.md
docs/ops/comparison/Equal_1.md
docs/ops/comparison/GreaterEqual_1.md
docs/ops/comparison/Greater_1.md
docs/ops/comparison/LessEqual_1.md
docs/ops/comparison/Less_1.md
docs/ops/comparison/NotEqual_1.md
docs/ops/condition/Bucketize_3.md
docs/ops/condition/NonZero_3.md
docs/ops/condition/Select_1.md
docs/ops/convolution/BinaryConvolution_1.md
docs/ops/convolution/ConvolutionBackpropData_1.md
docs/ops/convolution/Convolution_1.md
docs/ops/convolution/DeformableConvolution_1.md
docs/ops/convolution/GroupConvolutionBackpropData_1.md
docs/ops/convolution/GroupConvolution_1.md
docs/ops/detection/DeformablePSROIPooling_1.md
docs/ops/detection/DetectionOutput_1.md
docs/ops/detection/PSROIPooling_1.md
docs/ops/detection/PriorBoxClustered_1.md
docs/ops/detection/PriorBox_1.md
docs/ops/detection/Proposal_1.md
docs/ops/detection/ROIAlign_3.md
docs/ops/detection/ROIPooling_1.md
docs/ops/detection/RegionYolo_1.md
docs/ops/detection/ReorgYolo_1.md
docs/ops/generation/Range_1.md
docs/ops/image/Interpolate_1.md
docs/ops/image/Interpolate_4.md
docs/ops/infrastructure/Assign_3.md
docs/ops/infrastructure/Constant_1.md
docs/ops/infrastructure/Parameter_1.md
docs/ops/infrastructure/ReadValue_3.md
docs/ops/infrastructure/Result_1.md
docs/ops/infrastructure/TensorIterator_1.md
docs/ops/logical/LogicalAnd_1.md
docs/ops/logical/LogicalNot_1.md
docs/ops/logical/LogicalOr_1.md
docs/ops/logical/LogicalXor_1.md
docs/ops/matrix/MatMul_1.md
docs/ops/movement/BatchToSpace_2.md
docs/ops/movement/Broadcast_1.md
docs/ops/movement/Broadcast_3.md
docs/ops/movement/Concat_1.md
docs/ops/movement/DepthToSpace_1.md
docs/ops/movement/ExtractImagePatches_3.md
docs/ops/movement/GatherTree_1.md
docs/ops/movement/Gather_1.md
docs/ops/movement/Pad_1.md
docs/ops/movement/ReverseSequence_1.md
docs/ops/movement/Reverse_1.md
docs/ops/movement/ScatterElementsUpdate_3.md
docs/ops/movement/ScatterNDUpdate_3.md
docs/ops/movement/ScatterUpdate_3.md
docs/ops/movement/ShuffleChannels_1.md
docs/ops/movement/SpaceToBatch_2.md
docs/ops/movement/SpaceToDepth_1.md
docs/ops/movement/Split_1.md
docs/ops/movement/StridedSlice_1.md
docs/ops/movement/Tile_1.md
docs/ops/movement/Transpose_1.md
docs/ops/movement/VariadicSplit_1.md
docs/ops/normalization/BatchNormInference_1.md
docs/ops/normalization/GRN_1.md
docs/ops/normalization/LRN_1.md
docs/ops/normalization/MVN_1.md
docs/ops/normalization/NormalizeL2_1.md
docs/ops/opset.md
docs/ops/opset1.md
docs/ops/opset2.md
docs/ops/opset3.md
docs/ops/opset4.md
docs/ops/pooling/AvgPool_1.md
docs/ops/pooling/MaxPool_1.md
docs/ops/quantization/FakeQuantize_1.md
docs/ops/reduction/ReduceLogicalAnd_1.md
docs/ops/reduction/ReduceLogicalOr_1.md
docs/ops/reduction/ReduceMax_1.md
docs/ops/reduction/ReduceMean_1.md
docs/ops/reduction/ReduceMin_1.md
docs/ops/reduction/ReduceProd_1.md
docs/ops/reduction/ReduceSum_1.md
docs/ops/sequence/CTCGreedyDecoder_1.md
docs/ops/sequence/CTCLoss_4.md
docs/ops/sequence/GRUCell_3.md
docs/ops/sequence/LSTMCell_1.md
docs/ops/sequence/LSTMSequence_1.md
docs/ops/sequence/OneHot_1.md
docs/ops/sequence/RNNCell_1.md
docs/ops/sequence/RNNCell_3.md
docs/ops/shape/Reshape_1.md
docs/ops/shape/ShapeOf_1.md
docs/ops/shape/ShapeOf_3.md
docs/ops/shape/Squeeze_1.md
docs/ops/shape/Unsqueeze_1.md
docs/ops/sort/NonMaxSuppression_1.md
docs/ops/sort/NonMaxSuppression_3.md
docs/ops/sort/NonMaxSuppression_4.md
docs/ops/sort/TopK_1.md
docs/ops/sort/TopK_3.md
docs/ops/sparse/EmbeddingBagOffsetsSum_3.md
docs/ops/sparse/EmbeddingBagPackedSum_3.md
docs/ops/sparse/EmbeddingSegmentsSum_3.md
docs/ops/type/ConvertLike_1.md
docs/ops/type/Convert_1.md
docs/optimization_guide/dldt_optimization_guide.md [new file with mode: 0644]
docs/resources/introduction.md [new file with mode: 0644]
docs/security_guide/introduction.md [new file with mode: 0644]
docs/security_guide/workbench.md [new file with mode: 0644]
inference-engine/ie_bridges/c/docs/api_overview.md
inference-engine/ie_bridges/c/samples/hello_classification/README.md
inference-engine/ie_bridges/c/samples/hello_nv12_input_classification/README.md
inference-engine/ie_bridges/c/samples/object_detection_sample_ssd/README.md
inference-engine/ie_bridges/python/README.md
inference-engine/ie_bridges/python/docs/api_overview.md
inference-engine/ie_bridges/python/sample/classification_sample/README.md
inference-engine/ie_bridges/python/sample/classification_sample_async/README.md
inference-engine/ie_bridges/python/sample/hello_query_device/README.md
inference-engine/ie_bridges/python/sample/object_detection_sample_ssd/README.md
inference-engine/ie_bridges/python/sample/style_transfer_sample/README.md
inference-engine/samples/benchmark_app/README.md
inference-engine/samples/classification_sample_async/README.md
inference-engine/samples/hello_classification/README.md
inference-engine/samples/hello_nv12_input_classification/README.md
inference-engine/samples/hello_query_device/README.md
inference-engine/samples/hello_reshape_ssd/README.md
inference-engine/samples/ngraph_function_creation_sample/README.md
inference-engine/samples/object_detection_sample_ssd/README.md
inference-engine/samples/speech_libs_and_demos/Kaldi_SLM_conversion_tool.md
inference-engine/samples/speech_libs_and_demos/Live_speech_recognition_demo.md
inference-engine/samples/speech_libs_and_demos/Offline_speech_recognition_demo.md
inference-engine/samples/speech_libs_and_demos/Speech_library.md
inference-engine/samples/speech_libs_and_demos/Speech_libs_and_demos.md
inference-engine/samples/speech_libs_and_demos/img/live_speech_recognition_demo_annotated.jpg
inference-engine/samples/speech_sample/README.md
inference-engine/samples/style_transfer_sample/README.md
inference-engine/tools/benchmark_tool/README.md
inference-engine/tools/compile_tool/README.md
inference-engine/tools/cross_check_tool/README.md
inference-engine/tools/vpu/vpu_compile/README.md
inference-engine/tools/vpu/vpu_profile/README.md
ngraph/changes.md