Commit c89cd6d 1 parent 2fb2bf4 commit c89cd6d Copy full SHA for c89cd6d
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3379,7 +3379,7 @@ partial interface MLGraphBuilder {
3379
3379
1. If its [=rank=] is not equal to 3 * |hiddenSize|, then [=exception/throw=] a "{{DataError}} " {{DOMException}} .
3380
3380
1. If |options|.{{MLGruOptions/activations}} [=map/exists=] and its [=list/size=] is not 2, then [=exception/throw=] a {{TypeError}} .
3381
3381
1. Let |desc| be a new {{MLOperandDescriptor}} .
3382
- 1. Set |desc|.{{MLOperandDescriptor/dimensions}} the [=/list=] « |input|.{{MLOperandDescriptor/dimensions}} [0] , |hiddenSize| ».
3382
+ 1. Set |desc|.{{MLOperandDescriptor/dimensions}} to the [=/list=] « |input|.{{MLOperandDescriptor/dimensions}} [0] , |hiddenSize| ».
3383
3383
1. Set |desc|.{{MLOperandDescriptor/dataType}} to |input|.{{MLOperand/[[descriptor]]}} .{{MLOperandDescriptor/dataType}} .
3384
3384
1. If any of the following sub-steps fail, [=exception/throw=] an "{{OperationError}} " {{DOMException}} .
3385
3385
1. Let |output| be the result of [=creating an MLOperand=] given [=this=] and |desc|.
You can’t perform that action at this time.
0 commit comments