Web Neural Network API 2025-03-20 > 2025-06-20 #156
Labels
CR
In Candidate Recommendation
pending
This issue needs to get a reviewer assigned to it
REVIEW REQUESTED
name of spec to be reviewed: Web Neural Network API
URL of spec: https://www.w3.org/TR/webnn/
What and when is your next expected transition? CRS planned in Q2 2025
What has changed since any previous review? See Other comments.
Does your document have an in-line Privacy Considerations section: https://www.w3.org/TR/webnn/#privacy
Please point to the results of your own self-review: https://github.com/webmachinelearning/webnn/blob/main/security-privacy.md
Where and how to file issues arising? https://github.com/webmachinelearning/webnn/issues
Pointer to any explainer for the spec? https://github.com/webmachinelearning/webnn/blob/main/explainer.md
Other comments:
This API has received privacy review in 2021, 2022 and 2024. The following are the key changes that the group believes are of interest to privacy reviewers since the previous review took place:
New API to identify feature support per operator. The
opSupportLimits()
method allows developers to probe feature support per operator so that the optimal model architecture can be chosen ahead of time. With this information, the compatible model weights can be downloaded on the first attempt without costly trial and error (weights are typically large). The information exposed by this API roughly corresponds to the underlying operating system and/or browser version, thus the group believe this feature does not add to the entropy significantly.Removal of the device type preference. The device type indicated the application’s preference for the kind of device used for the compute: "cpu", "gpu", or "npu". This device type abstraction represented by
MLDeviceType
was removed (see Device Selection Explainer) to mitigate the issue reported in the earlier privacy review:The text was updated successfully, but these errors were encountered: