commit | 1361d8ec5594d82299d1494a666cb13498d12128 | [log] [tgz] |
---|---|---|
author | Sushanth Rajasankar 🌊🏄♂️ <sushraja@microsoft.com> | Fri Nov 10 16:52:36 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 10 16:52:36 2023 |
tree | 4a2a5c9ac6e4f696dfc6af8939f672b329611f2e | |
parent | e513edb8e1ce6e301247a58873886483078aca8d [diff] |
WebNN: Avoid testing precision of ERF,SQRT operator in graph_impl_test. Adding tests for specific value of operators causes tests to fail because of precision differences across hardware. The plan is to test accuracy of operators via WPT tests. Restoring back the specific value test in ERF to 0 and Sqrt to 25,49. Bug: 1273291 Change-Id: I8be9bc40faf0f7b51f10177819e5ed11de36fc25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5015588 Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com> Reviewed-by: ningxin hu <ningxin.hu@intel.com> Commit-Queue: Sushanth Rajasankar <Sushraja@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1222982}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.