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

WebNN: Define mojo and IDL for constant (fillSequence) operator #45195

Closed
wants to merge 1 commit into from

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Mar 19, 2024

According to the WebNN spec1, this CL defines mojo and extends the IDL
definition of constant MLOperand which can be created with the specified
data type and shape that contains the data as specified by the range.
Some related WPT tests and services unit tests are also added.

Since "bigint" currently has extremely limited use in Chromium, binding
code generation cannot yet handle unions with it2. We currently
support all data types supported by WebNN except int64 and uint64.

Bug: 40206287, 328109810
Change-Id: Iae0212071fc3567cebeeb8abb306b1d3b81ca462
Reviewed-on: https://chromium-review.googlesource.com/5378104
WPT-Export-Revision: b8b7ad109f571d805481fc29d85ededdb4501b9d

@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-5378104 branch 4 times, most recently from 92b2766 to 9d42d76 Compare March 27, 2024 16:20
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-5378104 branch 3 times, most recently from cd4f246 to 6b0ef04 Compare April 8, 2024 09:26
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-5378104 branch 2 times, most recently from 6b104ef to 38e499c Compare April 10, 2024 10:45
According to the WebNN spec[1], this CL defines mojo and extends the IDL
definition of constant MLOperand which can be created with the specified
data type and shape that contains the data as specified by the range.
Some related WPT tests and services unit tests are also added.

Since "bigint" currently has extremely limited use in Chromium, binding
code generation cannot yet handle unions with it[2]. We currently
support all data types supported by WebNN except int64 and uint64.

[1]: https://www.w3.org/TR/webnn/#api-mlgraphbuilder-constant-range
[2]: whatwg/webidl#1388

Bug: 40206287, 328109810
Change-Id: Iae0212071fc3567cebeeb8abb306b1d3b81ca462
@chromium-wpt-export-bot
Copy link
Collaborator Author

Close this PR because the Chromium CL has been abandoned.

@chromium-wpt-export-bot chromium-wpt-export-bot deleted the chromium-export-cl-5378104 branch June 6, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants