You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[webnn] enhance to check input/constant/output rank
This CL checks graph input/constant/output rank according to the
input/constant/output supported rank range via opSupportLimit.
Besides, it also checks operator's output rank according to each
operator's output supported rank range via opSupportLimit.
With this CL, these two tests "reshape (unsqueeze) float32 5D tensor by
adding 4th dimension" and "reshape (unsqueeze) float16 5D tensor by
adding 4th dimension" aren't satisfied as minimal tests that are skipped
running on Mac platforms.
Bug: 445826651
Change-Id: I94078cf83d9ba6f21ab12154ae61b153f7d3e17d
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
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6972836
Reviewed-by: Reilly Grant <[email protected]>
Commit-Queue: Feng Dai <[email protected]>
Auto-Submit: Feng Dai <[email protected]>
Reviewed-by: ningxin hu <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1520227}
0 commit comments