Skip to content

Commit

Permalink
Make "reduction types" list normative
Browse files Browse the repository at this point in the history
The "reduction types" list was styled as a non-normative note. The
element-wise ops (add, equal, abs, etc.) don't do this. Be consistent
here.
  • Loading branch information
inexorabletash committed Jul 24, 2024
1 parent 7506d55 commit 5a2df45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4975,7 +4975,7 @@ partial interface MLGraphBuilder {
**Returns:** an {{MLOperand}}. The reduced output tensor. If the input operand is a scalar, the reduction function is applied to the scalar value and the output is also a scalar.
</div>

<div class="note">
<div>
**Reduction types:**
- *L1*: Compute the <a href="https://mathworld.wolfram.com/L1-Norm.html">L1 norm</a>, the sum of the absolute value of all the input values.
- *L2*: Compute the <a href="https://mathworld.wolfram.com/L2-Norm.html">L2 norm</a>, the square root of the sum of the square of all the input values.
Expand Down

0 comments on commit 5a2df45

Please sign in to comment.