Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1935775 [wpt PR 49575] - webnn: implement lstm in coreml, a=testonly
Automatic update from web-platform-tests webnn: implement lstm in coreml lstm requires weights and bias to be constants and they have different shapes compared to webnn spec. So the weight serialization needs to be changed to be done lazily. For all weights and biases, if it's bidirectional, they are splitted to two weights(with extra transposes and reshapes). Additionally bias and recurrent_bias are combined to a single bias param. Change-Id: I5881ff4a0618e5a9584d39099faa6ac30f4570e7 Bug: 360052663 Cq-Include-Trybots: luci.chromium.try:mac14.arm64-blink-rel,mac15-blink-rel,mac15.arm64-blink-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071582 Reviewed-by: Austin Sullivan <asullychromium.org> Commit-Queue: Phillis Tang <phillischromium.org> Cr-Commit-Position: refs/heads/main{#1393164} -- wpt-commits: 37fd4ed8aafa77d781b2ea38a35c17b2b84183f6 wpt-pr: 49575 UltraBlame original commit: bc7b9d23436a413ccd6029eefa9bb1b52cf2b7f5
- Loading branch information