diff --git a/docs/IE_DG/API_Changes.md b/docs/IE_DG/API_Changes.md index 39907db4963270..6a74da01f4716c 100644 --- a/docs/IE_DG/API_Changes.md +++ b/docs/IE_DG/API_Changes.md @@ -2,23 +2,6 @@ The sections below contain detailed list of changes made to the Inference Engine API in recent releases. -## Deprecation Notice - - - - - - - - - - -
Deprecation BeginsJune 1, 2020
Removal DateDecember 1, 2020
- -Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit. - -Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware. - ## 2021.1 ### Deprecated API diff --git a/docs/IE_DG/Extensibility_DG/AddingNGraphOps.md b/docs/IE_DG/Extensibility_DG/AddingNGraphOps.md index 263d3b90afd082..46e709beb17534 100644 --- a/docs/IE_DG/Extensibility_DG/AddingNGraphOps.md +++ b/docs/IE_DG/Extensibility_DG/AddingNGraphOps.md @@ -70,20 +70,3 @@ When specifying opset names, follow the rules below: Operations from the default opset cannot be redefined. Use a custom opset to create a new operation or extend functionality of an existing operation from another opset. - -## Deprecation Notice - - - - - - - - - - -
Deprecation BeginsJune 1, 2020
Removal DateDecember 1, 2020
- -*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.* - -*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.* diff --git a/docs/IE_DG/Graph_debug_capabilities.md b/docs/IE_DG/Graph_debug_capabilities.md index 6486855ae5c809..c3a76be27ae18c 100644 --- a/docs/IE_DG/Graph_debug_capabilities.md +++ b/docs/IE_DG/Graph_debug_capabilities.md @@ -22,20 +22,3 @@ To serialize the CNNNetwork to the Inference Engine Intermediate Representation > **NOTE**: CNNNetwork created from the nGraph function might differ from the original nGraph > function because the Inference Engine applies some graph transformation. - -## Deprecation Notice - - - - - - - - - - -
Deprecation BeginsJune 1, 2020
Removal DateDecember 1, 2020
- -*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.* - -*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.* diff --git a/docs/IE_DG/Integrate_with_customer_application_new_API.md b/docs/IE_DG/Integrate_with_customer_application_new_API.md index e4151e3c2342a1..ee8cd6cdf44eb0 100644 --- a/docs/IE_DG/Integrate_with_customer_application_new_API.md +++ b/docs/IE_DG/Integrate_with_customer_application_new_API.md @@ -235,20 +235,3 @@ Redistributable and Intel® C++ Compiler 2017 Redistributable packages are insta application folder or accessible via `%PATH%` environment variable. [integration_process]: img/integration_process.png - -## Deprecation Notice - - - - - - - - - - -
Deprecation BeginsJune 1, 2020
Removal DateDecember 1, 2020
- -*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.* - -*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.* diff --git a/docs/IE_DG/Introduction.md b/docs/IE_DG/Introduction.md index 7409fd4e5b9584..7ed9cd679f88ee 100644 --- a/docs/IE_DG/Introduction.md +++ b/docs/IE_DG/Introduction.md @@ -96,23 +96,6 @@ nGraph Function is used as an intermediate representation for a model in the run The conventional representation for CNNNetwork is still available if requested for backward compatibility when some conventional API methods are used. Please refer to the [Overview of nGraph Flow](nGraph_Flow.md) describing the details of nGraph integration into the Inference Engine and co-existence with the conventional representation. -**Deprecation Notice** - - - - - - - - - - -
Deprecation BeginsJune 1, 2020
Removal DateDecember 1, 2020
- -*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.* - -*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.* - ## Inference Engine Inference Engine is a runtime that delivers a unified API to integrate the inference with application logic: diff --git a/docs/IE_DG/OnnxImporterTutorial.md b/docs/IE_DG/OnnxImporterTutorial.md index 5a3ba6d252b6cf..300ee0ae7f499f 100644 --- a/docs/IE_DG/OnnxImporterTutorial.md +++ b/docs/IE_DG/OnnxImporterTutorial.md @@ -66,20 +66,3 @@ The code below shows how to convert the ONNX ResNet50 model to the nGraph functi [onnx_header]: https://github.com/NervanaSystems/ngraph/blob/master/src/ngraph/frontend/onnx_import/onnx.hpp [onnx_model_zoo]: https://github.com/onnx/models - -## Deprecation Notice - - - - - - - - - - -
Deprecation BeginsJune 1, 2020
Removal DateDecember 1, 2020
- -*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.* - -*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.* \ No newline at end of file diff --git a/docs/IE_DG/ShapeInference.md b/docs/IE_DG/ShapeInference.md index c5e0f48459d89c..7e07417d79136a 100644 --- a/docs/IE_DG/ShapeInference.md +++ b/docs/IE_DG/ShapeInference.md @@ -102,20 +102,3 @@ Shape Inference feature is used in [Smart classroom sample](@ref omz_demos_smart Inference Engine provides a special mechanism that allows to add the support of shape inference for custom operations. This mechanism is described in the [Extensibility documentation](Extensibility_DG/Intro.md) - -## Deprecation Notice - - - - - - - - - - -
Deprecation BeginsJune 1, 2020
Removal DateDecember 1, 2020
- -*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.* - -*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.* diff --git a/docs/IE_DG/nGraphTutorial.md b/docs/IE_DG/nGraphTutorial.md index 96592b1599e593..6ca9786366f94a 100644 --- a/docs/IE_DG/nGraphTutorial.md +++ b/docs/IE_DG/nGraphTutorial.md @@ -26,23 +26,6 @@ To wrap it into a CNNNetwork, use: @snippet openvino/docs/snippets/nGraphTutorial.cpp part1 -## Deprecation Notice - - - - - - - - - - -
Deprecation BeginsJune 1, 2020
Removal DateDecember 1, 2020
- -*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.* - -*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.* - ## See Also * [Available Operation Sets](../ops/opset.md) diff --git a/docs/IE_DG/nGraph_Flow.md b/docs/IE_DG/nGraph_Flow.md index 9b8c1f5d6a5316..2ebb2ae2d56e07 100644 --- a/docs/IE_DG/nGraph_Flow.md +++ b/docs/IE_DG/nGraph_Flow.md @@ -132,20 +132,3 @@ The model is still represented as the nGraph function at this stage, but the ope 4. One-to-one conversion of nGraph representation to the corresponding `CNNNetworkImpl` without changing its semantics. You can see the result of the conversion by calling the `CNNNetwork::serialize` method, which produces legacy IR semantics, which is not nGraph-based even if it is applied to `CNNNetwork` constructed from the nGraph Function. It may help in debugging, see [Graph Debug Capabilities](Graph_debug_capabilities.md) to view all options for dumping new and old IR representations. - -## Deprecation Notice - - - - - - - - - - -
Deprecation BeginsJune 1, 2020
Removal DateDecember 1, 2020
- -*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.* - -*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.* diff --git a/docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md b/docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md index b2169b0cfba2a7..144e8dfc917bf1 100644 --- a/docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md +++ b/docs/MO_DG/Deep_Learning_Model_Optimizer_DevGuide.md @@ -14,23 +14,6 @@ Model Optimizer produces an Intermediate Representation (IR) of the network, whi ## What's New in the Model Optimizer in this Release? -**Deprecation Notice** - - - - - - - - - - -
Deprecation BeginsJune 1, 2020
Removal DateDecember 1, 2020
- -*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.* - -*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.* - * Common changes: * Implemented generation of a compressed OpenVINO IR suitable for INT8 inference, which takes up to 4 times less disk space than an expanded one. Use the `--disable_weights_compression` Model Optimizer command-line parameter to get an expanded version. * Implemented an optimization transformation to replace a sub-graph with the `Erf` operation into the `GeLU` operation. diff --git a/docs/MO_DG/IR_and_opsets.md b/docs/MO_DG/IR_and_opsets.md index 0b64c9b932d280..e6a36b3009cdf4 100644 --- a/docs/MO_DG/IR_and_opsets.md +++ b/docs/MO_DG/IR_and_opsets.md @@ -242,20 +242,4 @@ To differentiate versions of the same operation type, like `ReLU`, the suffix `- `N` usually refers to the first `opsetN` where this version of the operation is introduced. It is not guaranteed that new operations will be named according to that rule, the naming convention might be changed, but not for old operations which are frozen completely. -## Deprecation Notice - - - - - - - - - - -
Deprecation BeginsJune 1, 2020
Removal DateDecember 1, 2020
- -*Starting with the OpenVINO™ toolkit 2020.2 release, all of the features previously available through nGraph have been merged into the OpenVINO™ toolkit. As a result, all the features previously available through ONNX RT Execution Provider for nGraph have been merged with ONNX RT Execution Provider for OpenVINO™ toolkit.* - -*Therefore, ONNX RT Execution Provider for nGraph will be deprecated starting June 1, 2020 and will be completely removed on December 1, 2020. Users are recommended to migrate to the ONNX RT Execution Provider for OpenVINO™ toolkit as the unified solution for all AI inferencing on Intel® hardware.*