You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Changelog.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -8761,8 +8761,8 @@ This version of the operator has been available since version 9 of the default O
8761
8761
#### Attributes
8762
8762
8763
8763
<dl>
8764
-
<dt><tt>axes</tt> : list of ints</dt>
8765
-
<dd>A list of integers, along which to reduce. The default is to reduce over all the dimensions of the input tensor. Use [0,2,3] (without C axis for N-D cases) for calculating means and variances along channels. Two variables with the same C-coordinate are associated with the same mean and variance.</dd>
8764
+
<dt><tt>axes</tt> : list of ints (default is ['0', '2', '3'])</dt>
8765
+
<dd>A list of integers, along which to reduce. The default is to caculate along axes [0,2,3] for calculating mean and variance along each channel. Two variables with the same C-coordinate are associated with the same mean and variance.</dd>
Copy file name to clipboardexpand all lines: docs/Operators.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -6945,8 +6945,8 @@ This version of the operator has been available since version 9 of the default O
6945
6945
#### Attributes
6946
6946
6947
6947
<dl>
6948
-
<dt><tt>axes</tt> : list of ints</dt>
6949
-
<dd>A list of integers, along which to reduce. The default is to reduce over all the dimensions of the input tensor. Use [0,2,3] (without C axis for N-D cases) for calculating means and variances along channels. Two variables with the same C-coordinate are associated with the same mean and variance.</dd>
6948
+
<dt><tt>axes</tt> : list of ints (default is ['0', '2', '3'])</dt>
6949
+
<dd>A list of integers, along which to reduce. The default is to caculate along axes [0,2,3] for calculating mean and variance along each channel. Two variables with the same C-coordinate are associated with the same mean and variance.</dd>
0 commit comments