Skip to content

Commit

Permalink
webnn: add fp16 conformance tests for reduction operations
Browse files Browse the repository at this point in the history
Bug: 345280754
Change-Id: I3af0156228cf9cbcddfdf5c34916e76596af1519
Cq-Include-Trybots: luci.chromium.try:win11-blink-rel, mac14.arm64-blink-rel, mac14-blink-rel, mac15.arm64-blink-rel, mac15-blink-rel, linux-blink-rel
  • Loading branch information
BruceDai authored and chromium-wpt-export-bot committed Dec 19, 2024
1 parent 437e022 commit df40adf
Show file tree
Hide file tree
Showing 10 changed files with 4,984 additions and 0 deletions.
498 changes: 498 additions & 0 deletions webnn/conformance_tests/reduce_l1.https.any.js

Large diffs are not rendered by default.

493 changes: 493 additions & 0 deletions webnn/conformance_tests/reduce_l2.https.any.js

Large diffs are not rendered by default.

487 changes: 487 additions & 0 deletions webnn/conformance_tests/reduce_log_sum.https.any.js

Large diffs are not rendered by default.

563 changes: 563 additions & 0 deletions webnn/conformance_tests/reduce_log_sum_exp.https.any.js

Large diffs are not rendered by default.

438 changes: 438 additions & 0 deletions webnn/conformance_tests/reduce_max.https.any.js

Large diffs are not rendered by default.

515 changes: 515 additions & 0 deletions webnn/conformance_tests/reduce_mean.https.any.js

Large diffs are not rendered by default.

438 changes: 438 additions & 0 deletions webnn/conformance_tests/reduce_min.https.any.js

Large diffs are not rendered by default.

478 changes: 478 additions & 0 deletions webnn/conformance_tests/reduce_product.https.any.js

Large diffs are not rendered by default.

496 changes: 496 additions & 0 deletions webnn/conformance_tests/reduce_sum.https.any.js

Large diffs are not rendered by default.

578 changes: 578 additions & 0 deletions webnn/conformance_tests/reduce_sum_square.https.any.js

Large diffs are not rendered by default.

0 comments on commit df40adf

Please sign in to comment.