Commit ee947fa
Decompositions for reduceLogSum, reduceLogSumExp, and reduceSumSquare (#637)
* Decompositions for reduceLogSum, reduceLogSumExp, and reduceSumSquare
As noted in #209, not all frameworks/platform APIs support all reduce
operations, but these are easily emulated.
Decompositions are provided using the standard phrasing and style
currently used throughout the spec. In the future, we may alter the
wording to explicitly state that these decompositions can be used as
templates for implementations to follow when their underlying
frameworks/platform APIs do not support the operations.
Fixes #209
* Update index.bs
Co-authored-by: Ningxin Hu <ningxin.hu@intel.com>
---------
Co-authored-by: Ningxin Hu <ningxin.hu@intel.com>1 parent 9cb4125 commit ee947fa
1 file changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4929 | 4929 | | |
4930 | 4930 | | |
4931 | 4931 | | |
| 4932 | + | |
| 4933 | + | |
| 4934 | + | |
| 4935 | + | |
| 4936 | + | |
| 4937 | + | |
| 4938 | + | |
| 4939 | + | |
| 4940 | + | |
| 4941 | + | |
| 4942 | + | |
| 4943 | + | |
| 4944 | + | |
| 4945 | + | |
| 4946 | + | |
| 4947 | + | |
| 4948 | + | |
| 4949 | + | |
| 4950 | + | |
| 4951 | + | |
| 4952 | + | |
4932 | 4953 | | |
4933 | 4954 | | |
4934 | 4955 | | |
| |||
0 commit comments