Skip to content

Commit

Permalink
Switch to opset7 (openvinotoolkit#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-bat authored Mar 10, 2021
1 parent b796477 commit 0bd221d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/arm_plugin/docs/arm_opset.md
Original file line number Diff line number Diff line change
@@ -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 <a name="toc"></a>
Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit 0bd221d

Please sign in to comment.