Added ONNX Resize-11 to supported layers in documentation (#2324)

* Commit.

* Fixed list of supported frameworks layers.

* Small fix.
This commit is contained in:
Vladimir Gavrilov 2020-10-06 14:41:01 +03:00 committed by GitHub
parent 6949d93e42
commit 554fb118e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -378,7 +378,7 @@ Standard ONNX\* operators:
| ReduceSum | No |
| Relu | No |
| Reshape | No |
| Resize | Opset-10 version is supported |
| Resize | Coordinate transformation mode `tf_crop_and_resize` is not supported, `nearest` mode is not supported for 5D+ inputs. |
| ReverseSequence | No |
| Scatter | Supported if fuse-able to ScatterUpdate. MYRIAD only |
| ScatterND | No |