Skip to content

Commit

Permalink
Bugfix: Rename member output to outputs of MLLstmCellSupportLimits
Browse files Browse the repository at this point in the history
`MLLstmCellSupportLimits.outputs` reflects that lstmCell returns a
sequence of operands.

Fix webmachinelearning#755 (comment)
  • Loading branch information
huningxin committed Sep 2, 2024
1 parent 49eeebf commit 4156995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4885,7 +4885,7 @@ dictionary MLLstmCellSupportLimits {
MLSupportLimits bias;
MLSupportLimits recurrentBias;
MLSupportLimits peepholeWeight;
MLSupportLimits output;
MLSupportLimits outputs;
};

partial dictionary MLOpSupportLimits {
Expand Down Expand Up @@ -4947,8 +4947,8 @@ partial dictionary MLOpSupportLimits {
:: {{MLSupportLimits}} for recurrentBias operand.
: <dfn>peepholeWeight</dfn>
:: {{MLSupportLimits}} for peepholeWeight operand.
: <dfn>output</dfn>
:: {{MLSupportLimits}} for output operand.
: <dfn>outputs</dfn>
:: {{MLSupportLimits}} for output operands.
</dl>

{{MLOpSupportLimits}} has following member for {{MLGraphBuilder/lstmCell()}}:
Expand Down

0 comments on commit 4156995

Please sign in to comment.