Skip to content

Commit

Permalink
Bug 1936423 [wpt PR 49626] - webnn: implement lstmCell in CoreML, a=t…
Browse files Browse the repository at this point in the history
…estonly

Automatic update from web-platform-tests
webnn: implement lstmCell in CoreML

Implemented as a single step lstm.

Change-Id: Ia1d50cbf16985a1bc45a367831ccfe085fa51379
Bug: 360052663
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6082391
Commit-Queue: Phillis Tang <phillischromium.org>
Reviewed-by: Reilly Grant <reillygchromium.org>
Cr-Commit-Position: refs/heads/main{#1394521}

--

wpt-commits: 5741daf1cb7b2654f5c2bb0520f9f3d9e5d4cfb0
wpt-pr: 49626

UltraBlame original commit: 303bfcdc614a01543d5304c254b2beae5a82ac94
  • Loading branch information
marco-c committed Dec 16, 2024
1 parent 201ce50 commit 254c5f4
Showing 1 changed file with 110 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellRecurrentWeight
Expand Down Expand Up @@ -584,6 +589,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellHiddenState
Expand Down Expand Up @@ -686,6 +696,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellRecurrentBias
Expand Down Expand Up @@ -722,6 +737,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
}
'
Expand Down Expand Up @@ -1057,6 +1077,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellRecurrentWeight
Expand Down Expand Up @@ -1134,6 +1159,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellHiddenState
Expand Down Expand Up @@ -1236,6 +1266,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellRecurrentBias
Expand Down Expand Up @@ -1272,6 +1307,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellPeepholeWeight
Expand Down Expand Up @@ -1306,6 +1346,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
}
'
Expand Down Expand Up @@ -1655,6 +1700,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellRecurrentWeight
Expand Down Expand Up @@ -1732,6 +1782,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellHiddenState
Expand Down Expand Up @@ -1834,6 +1889,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellRecurrentBias
Expand Down Expand Up @@ -1870,6 +1930,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
}
'
Expand Down Expand Up @@ -2218,6 +2283,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellRecurrentWeight
Expand Down Expand Up @@ -2295,6 +2365,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellHiddenState
Expand Down Expand Up @@ -2397,6 +2472,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellRecurrentBias
Expand Down Expand Up @@ -2433,6 +2513,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
}
'
Expand Down Expand Up @@ -2746,6 +2831,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellRecurrentWeight
Expand Down Expand Up @@ -2823,6 +2913,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellHiddenState
Expand Down Expand Up @@ -2925,6 +3020,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellRecurrentBias
Expand Down Expand Up @@ -2961,6 +3061,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
'
lstmCellPeepholeWeight
Expand Down Expand Up @@ -2995,6 +3100,11 @@ dataType
float32
'
}
'
constant
'
:
true
}
}
'
Expand Down

0 comments on commit 254c5f4

Please sign in to comment.