-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
mlir-assigner/tests/Ops/Onnx/ScatterElements/ScatterSimpleExample1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
Binary file added
BIN
+215 Bytes
mlir-assigner/tests/Ops/Onnx/ScatterElements/ScatterSimpleExample1.onnx
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
mlir-assigner/tests/Ops/Onnx/ScatterElements/ScatterSimpleExample1.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Result: | ||
memref<3x3xf32>[2, 1.100000023841858, 0, 1, 0, 2.200000047683716, 0, 2.0999999046325684, 1.2000000476837158] | ||
61 |
1 change: 1 addition & 0 deletions
1
mlir-assigner/tests/Ops/Onnx/ScatterElements/ScatterSimpleExample1NegativeIndex.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
Binary file added
BIN
+255 Bytes
mlir-assigner/tests/Ops/Onnx/ScatterElements/ScatterSimpleExample1NegativeIndex.onnx
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
mlir-assigner/tests/Ops/Onnx/ScatterElements/ScatterSimpleExample1NegativeIndex.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Result: | ||
memref<3x3xf32>[2, 1.100000023841858, 0, 0, 2.0999999046325684, 2.200000047683716, 1, 0, 0] | ||
80 |
1 change: 1 addition & 0 deletions
1
mlir-assigner/tests/Ops/Onnx/ScatterElements/ScatterSimpleExample2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
Binary file added
BIN
+192 Bytes
mlir-assigner/tests/Ops/Onnx/ScatterElements/ScatterSimpleExample2.onnx
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
mlir-assigner/tests/Ops/Onnx/ScatterElements/ScatterSimpleExample2.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Result: | ||
memref<1x5xf32>[1, 1.100000023841858, 3, 2.0999999046325684, 5] | ||
33 |
1 change: 1 addition & 0 deletions
1
mlir-assigner/tests/Ops/Onnx/ScatterElements/ScatterSimpleExample2NegativeIndex.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
Binary file added
BIN
+214 Bytes
mlir-assigner/tests/Ops/Onnx/ScatterElements/ScatterSimpleExample2NegativeIndex.onnx
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
mlir-assigner/tests/Ops/Onnx/ScatterElements/ScatterSimpleExample2NegativeIndex.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Result: | ||
memref<1x5xf32>[1, 2, 3, 2.0999999046325684, 1.100000023841858] | ||
39 |