Skip to content

Commit

Permalink
the value of -> equal to
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Dec 15, 2023
1 parent 8c0d4ea commit 50ea24b
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 @@ -3727,11 +3727,11 @@ The {{MLInstanceNormalizationOptions}} members are:
<dl dfn-type=dict-member dfn-for=MLInstanceNormalizationOptions>
: <dfn>scale</dfn>
::
An {{MLOperand}}. Specifies the 1-D tensor of the scaling values whose [=list/size=] is equal to the number of channels, i.e. the size of the feature dimension of the input. For example, for an |input| tensor with `nchw` layout, the [=list/size=] is the value of |input|.{{MLOperand/[[descriptor]]}}.{{MLOperandDescriptor/dimensions}}[1].
An {{MLOperand}}. Specifies the 1-D tensor of the scaling values whose [=list/size=] is equal to the number of channels, i.e. the size of the feature dimension of the input. For example, for an |input| tensor with `nchw` layout, the [=list/size=] is equal to |input|.{{MLOperand/[[descriptor]]}}.{{MLOperandDescriptor/dimensions}}[1].

: <dfn>bias</dfn>
::
An {{MLOperand}}. Specifies the 1-D tensor of the bias values whose [=list/size=] is equal to the size of the feature dimension of the input. For example, for an |input| tensor with `nchw` layout, the [=list/size=] is the value of |input|.{{MLOperand/[[descriptor]]}}.{{MLOperandDescriptor/dimensions}}[1].
An {{MLOperand}}. Specifies the 1-D tensor of the bias values whose [=list/size=] is equal to the size of the feature dimension of the input. For example, for an |input| tensor with `nchw` layout, the [=list/size=] is equal to |input|.{{MLOperand/[[descriptor]]}}.{{MLOperandDescriptor/dimensions}}[1].

: <dfn>epsilon</dfn>
::
Expand Down Expand Up @@ -6780,4 +6780,4 @@ Thanks to Dwayne Robinson for his work investigating and providing recommendatio
]
}
}
</pre>
</pre>

0 comments on commit 50ea24b

Please sign in to comment.