-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bounded lookup round half to even (#863)
- Loading branch information
1 parent
a3c131d
commit 0876faa
Showing
8 changed files
with
387 additions
and
52 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1,148 @@ | ||
{"input_shapes": [[3, 2, 3], [3, 2, 3], [3, 2, 3], [3, 2, 3]], "input_data": [[0.6261028051376343, 0.49872446060180664, -0.04514765739440918, 0.5936200618743896, 0.9271858930587769, 0.6688600778579712, -0.20331168174743652, -0.7016235589981079, 0.025863051414489746, -0.19426143169403076, 0.9827852249145508, 0.4897397756576538, 0.2992602586746216, 0.7011144161224365, 0.9278832674026489, 0.5943725109100342, -0.573331356048584, 0.3675816059112549], [0.7803324460983276, -0.9616303443908691, 0.6070173978805542, -0.028337717056274414, -0.5080242156982422, -0.9280107021331787, 0.6150380373001099, 0.3865993022918701, -0.43668973445892334, 0.17152702808380127, 0.5144252777099609, -0.28881049156188965, 0.8932310342788696, 0.059034109115600586, 0.6865451335906982, 0.009820222854614258, 0.23011493682861328, -0.9492779970169067], [-0.21352827548980713, -0.16015326976776123, -0.38964390754699707, 0.13464701175689697, -0.8814496994018555, 0.5037975311279297, -0.804405927658081, 0.9858957529067993, 0.19567716121673584, 0.9777265787124634, 0.6151977777481079, 0.568595290184021, 0.10584986209869385, -0.8975653648376465, 0.6235959529876709, -0.547879695892334, 0.9289869070053101, 0.7567293643951416]], "output_data": [[1.0, 0.0, -0.0, 1.0, 1.0, 1.0, -0.0, -1.0, 0.0, -0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, -1.0, 0.0], [0.0, -1.0, 0.0, -1.0, -1.0, -1.0, 0.0, 0.0, -1.0, 0.0, 0.0, -1.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.0], [-0.0, -0.0, -0.0, 1.0, -0.0, 1.0, -0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, -0.0, 1.0, -0.0, 1.0, 1.0]]} | ||
{ | ||
"input_shapes": [ | ||
[ | ||
3, | ||
2, | ||
3 | ||
], | ||
[ | ||
3, | ||
2, | ||
3 | ||
], | ||
[ | ||
3, | ||
2, | ||
3 | ||
], | ||
[ | ||
3, | ||
2, | ||
3 | ||
] | ||
], | ||
"input_data": [ | ||
[ | ||
0.5, | ||
1.5, | ||
-0.04514765739440918, | ||
0.5936200618743896, | ||
0.9271858930587769, | ||
0.6688600778579712, | ||
-0.20331168174743652, | ||
-0.7016235589981079, | ||
0.025863051414489746, | ||
-0.19426143169403076, | ||
0.9827852249145508, | ||
0.4897397756576538, | ||
-1.5, | ||
-0.5, | ||
0.9278832674026489, | ||
0.5943725109100342, | ||
-0.573331356048584, | ||
0.3675816059112549 | ||
], | ||
[ | ||
0.7803324460983276, | ||
-0.9616303443908691, | ||
0.6070173978805542, | ||
-0.028337717056274414, | ||
-0.5080242156982422, | ||
-0.9280107021331787, | ||
0.6150380373001099, | ||
0.3865993022918701, | ||
-0.43668973445892334, | ||
0.17152702808380127, | ||
0.5144252777099609, | ||
-0.28881049156188965, | ||
0.8932310342788696, | ||
0.059034109115600586, | ||
0.6865451335906982, | ||
0.009820222854614258, | ||
0.23011493682861328, | ||
-0.9492779970169067 | ||
], | ||
[ | ||
-0.21352827548980713, | ||
-0.16015326976776123, | ||
-0.38964390754699707, | ||
0.13464701175689697, | ||
-0.8814496994018555, | ||
0.5037975311279297, | ||
-0.804405927658081, | ||
0.9858957529067993, | ||
0.19567716121673584, | ||
0.9777265787124634, | ||
0.6151977777481079, | ||
0.568595290184021, | ||
0.10584986209869385, | ||
-0.8975653648376465, | ||
0.6235959529876709, | ||
-0.547879695892334, | ||
0.9289869070053101, | ||
0.7567293643951416 | ||
] | ||
], | ||
"output_data": [ | ||
[ | ||
1.0, | ||
0.0, | ||
-0.0, | ||
1.0, | ||
1.0, | ||
1.0, | ||
-0.0, | ||
-1.0, | ||
0.0, | ||
-0.0, | ||
1.0, | ||
0.0, | ||
0.0, | ||
1.0, | ||
1.0, | ||
1.0, | ||
-1.0, | ||
0.0 | ||
], | ||
[ | ||
0.0, | ||
-1.0, | ||
0.0, | ||
-1.0, | ||
-1.0, | ||
-1.0, | ||
0.0, | ||
0.0, | ||
-1.0, | ||
0.0, | ||
0.0, | ||
-1.0, | ||
0.0, | ||
0.0, | ||
0.0, | ||
0.0, | ||
0.0, | ||
-1.0 | ||
], | ||
[ | ||
-0.0, | ||
-0.0, | ||
-0.0, | ||
1.0, | ||
-0.0, | ||
1.0, | ||
-0.0, | ||
1.0, | ||
1.0, | ||
1.0, | ||
1.0, | ||
1.0, | ||
1.0, | ||
-0.0, | ||
1.0, | ||
-0.0, | ||
1.0, | ||
1.0 | ||
] | ||
] | ||
} |
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
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
Oops, something went wrong.