From 0bd221de00698086e78b9d19a4d16fbb2a683d53 Mon Sep 17 00:00:00 2001 From: Liubov Batanina Date: Wed, 10 Mar 2021 11:53:06 +0300 Subject: [PATCH] Switch to opset7 (#70) --- modules/arm_plugin/docs/arm_opset.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/arm_plugin/docs/arm_opset.md b/modules/arm_plugin/docs/arm_opset.md index 2870cae84ffe93..9ea5d1fd508ee5 100644 --- a/modules/arm_plugin/docs/arm_opset.md +++ b/modules/arm_plugin/docs/arm_opset.md @@ -1,8 +1,8 @@ # ARM plugin operation set specification -This specification document based on [opset6](https://github.com/openvinotoolkit/openvino/blob/master/docs/ops/opset6.md) operation set supported in OpenVINO. +This specification document based on [opset7](https://github.com/openvinotoolkit/openvino/blob/master/docs/ops/opset7.md) operation set supported in OpenVINO. Examples of operation instances are expressed as IR V10 xml snippets. Such IR is generated by the Model Optimizer. -The semantics match corresponding nGraph operation classes declared in `namespace opset6`. +The semantics match corresponding nGraph operation classes declared in `namespace opset7`. > **NOTE**: ARM plugin doesn't support operations with dynamic shape. ## Table of Contents @@ -58,7 +58,7 @@ The semantics match corresponding nGraph operation classes declared in `namespac | [GatherElements](https://github.com/openvinotoolkit/openvino/blob/master/docs/ops/movement/GatherElements_6.md) | Not Supported | | [GatherND_5](https://github.com/openvinotoolkit/openvino/blob/master/docs/ops/movement/GatherND_5.md) | Supported** | | [GatherTree](https://github.com/openvinotoolkit/openvino/blob/master/docs/ops/movement/GatherTree_1.md) | Supported** | -| [Gelu](https://github.com/openvinotoolkit/openvino/blob/master/docs/ops/activation/GELU_2.md) | Supported** | +| [Gelu](https://github.com/openvinotoolkit/openvino/blob/master/docs/ops/activation/GELU_7.md) | Supported** | | [Greater](https://github.com/openvinotoolkit/openvino/blob/master/docs/ops/comparison/Greater_1.md) | Supported | | [GreaterEqual](https://github.com/openvinotoolkit/openvino/blob/master/docs/ops/comparison/GreaterEqual_1.md) | Supported | | [GRN](https://github.com/openvinotoolkit/openvino/blob/master/docs/ops/normalization/GRN_1.md) | Supported |