[FRONTEND] Rename tl.reduction -> tl.reduce and improve testing (#1521)

`tl.reduction` is currently tested indirectly through the existing
reduction operators, but it's good to have a direct test for the
function itself.

---------

Co-authored-by: Philippe Tillet <phil@openai.com>
This commit is contained in:
peterbell10
2023-04-14 21:35:31 +00:00
committed by GitHub
parent bfd1f65ac7
commit 0d76c4ca95
7 changed files with 62 additions and 19 deletions

View File

@@ -96,9 +96,13 @@ Reduction Ops
:toctree: generated
:nosignatures:
argmax
argmin
max
min
reduce
sum
xor_sum
Atomic Ops