Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce MLNumber for specifying numeric inputs of any type #647

Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
f83ecfd
Introduce MLNumber for specifying numeric inputs of any type
inexorabletash Apr 9, 2024
29d5191
Merge remote-tracking branch 'origin/main' into bigint-numeric-union
inexorabletash Apr 19, 2024
67b5a68
Add note about fused activations
inexorabletash Apr 19, 2024
adb5742
Merge remote-tracking branch 'origin/main' into bigint-numeric-union
inexorabletash Apr 24, 2024
a36d97f
Merge remote-tracking branch 'origin/main' into bigint-numeric-union
inexorabletash Apr 25, 2024
8a8b3d8
Merge remote-tracking branch 'origin/main' into bigint-numeric-union
inexorabletash Apr 25, 2024
dc655a6
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Apr 27, 2024
c47b31d
Merge remote-tracking branch 'origin/main' into bigint-numeric-union
inexorabletash Apr 28, 2024
88a29b1
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Apr 29, 2024
bf32b3f
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Apr 30, 2024
6072331
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 1, 2024
c873c35
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 2, 2024
07aaedc
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 3, 2024
84b4cfc
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 6, 2024
4c2a041
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 7, 2024
3389f87
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 7, 2024
35453d6
Capitalize WebIDL ref
inexorabletash May 7, 2024
fc0a090
Added more explanatory text around processing
inexorabletash May 7, 2024
a3ff823
Add MLFiniteNumber
inexorabletash May 7, 2024
aa5d31f
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 9, 2024
28707fe
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 9, 2024
5061a8c
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 10, 2024
0452b10
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 13, 2024
ab54710
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 14, 2024
9f0dd89
WIP for https://github.com/webmachinelearning/webnn/issues/678
inexorabletash May 8, 2024
588f7ac
Settle on using 'double' instead of 'float' per #325
inexorabletash May 14, 2024
6278afc
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 15, 2024
a357c10
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 24, 2024
98a6263
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash May 30, 2024
77816a3
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Jun 3, 2024
4f1ebc9
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Jun 4, 2024
c972a88
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Jun 5, 2024
f2a7de3
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Jun 5, 2024
4a58736
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Jun 8, 2024
83a8c46
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Jun 10, 2024
7c9fc64
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Jun 13, 2024
47d8b6c
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Jun 17, 2024
f0e6f85
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Jun 18, 2024
6c7215a
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Jun 25, 2024
5f313b0
Update example MLActivation
inexorabletash Jun 25, 2024
2cce26e
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Jun 26, 2024
d7f8da4
Remove obsolete note
inexorabletash Jun 26, 2024
3120474
resolve lint errors
inexorabletash Jun 26, 2024
024f576
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Jun 27, 2024
e5345fb
Merge branch 'refs/heads/draft' into bigint-numeric-union
inexorabletash Jun 27, 2024
18dd7e3
Fix upperBound and lowerBound values in ConvertToFloat
inexorabletash Jun 27, 2024
6f75f2b
Always clamp, unrestricted FP, and no failures.
inexorabletash Jun 26, 2024
b5c7d4b
Remove MLActivation text for MLNumber as it is unused
inexorabletash Jul 1, 2024
1934d25
Parenthesize expression
inexorabletash Jul 3, 2024
c353079
Restore MLNumber reference lost in merge
inexorabletash Jul 3, 2024
a5f299d
Align pad() with constant(), remove MLFiniteNumber
inexorabletash Jul 3, 2024
2e06299
Revert change re: scalar
inexorabletash Jul 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading