Added ONNX Resize-11 and ONNX Resize-13 to supported frameworks layers list. (#2325)

This commit is contained in:
Vladimir Gavrilov 2020-09-18 15:16:29 +03:00 committed by GitHub
parent f56ba0daa9
commit 444301a1d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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