Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
dd7e4f56
Commit
dd7e4f56
authored
Feb 15, 2019
by
Adam Rogowiec
Committed by
Robert Kimball
Feb 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comments in supported ops status table. (#2463)
parent
a5dd9f6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
supported_ops.md
src/ngraph/frontend/onnx_import/op/supported_ops.md
+2
-2
No files found.
src/ngraph/frontend/onnx_import/op/supported_ops.md
View file @
dd7e4f56
...
...
@@ -111,7 +111,7 @@ opset versions starting from `1` to `6` and to the latest opset version.
| Pad | 1-2- | 273 | 416 | Not fully supported. |
| LSTM | 1-7- | | 430 | Not fully supported. |
| MaxUnpool | (9) | 286, 289 | 447 | |
| LpPool | - | 291 | 437 |
Further analysis needed, however probably unsupported by nGraph
. |
| LpPool | - | 291 | 437 |
Unsupported by nGraph - only max/avg pooling ops
. |
| Multinomial | - | 199 | 435 | Lack of PRNG in nGraph. |
| RandomNormal | - | 199 | 434 | Lack of PRNG in nGraph. |
| RandomNormalLike | - | 199 | 434 | Lack of PRNG in nGraph. |
...
...
@@ -139,7 +139,7 @@ opset versions starting from `1` to `6` and to the latest opset version.
| Gather | - | NGRAPH-3291 | 369, | Dynamic op. |
| Tile | - | NGRAPH-3292 | 368 | Dynamic op. |
| Upsample | (7) | 287 | 441 | Dynamic op. |
| MaxRoiPool | - | 288 | 437 | Dynamic op. Beside just use _slice/op/concat_ pattern. |
| MaxRoiPool | - | 288 | 437 | Dynamic op
- need dynamic slicing
. Beside just use _slice/op/concat_ pattern. |
| Reshape | 1-5- | NGRAPH-3290 | 357 | Lack of support for dynamic shape input. Only as a Constant or as an Initializer. |
| Scatter | (9) | 289 | 446 | Dynamic indices input. |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment