Add inner / outer op (#348)

* inner / outer impl

* python tests

* ops list and ack

* updated descriptions

* use test helper

* removed dtype check and flatten outer to 1-D

* updated docs

* just use the reshape to flatten
This commit is contained in:
Diogo
2024-01-07 12:01:09 -05:00
committed by GitHub
parent 6ea6b4258d
commit 449b43762e
7 changed files with 140 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ Operations
greater
greater_equal
identity
inner
less
less_equal
linspace
@@ -71,6 +72,7 @@ Operations
negative
ones
ones_like
outer
partition
pad
prod