Add move and swap axis, and vmap for slice, concat, and gather (#158)

* add move and swap axis, and vmap for slice, concat, and gather
This commit is contained in:
Awni Hannun
2023-12-14 12:59:12 -08:00
committed by GitHub
parent f55908bc48
commit e5851e52b1
10 changed files with 399 additions and 7 deletions

View File

@@ -61,6 +61,7 @@ Operations
mean
min
minimum
moveaxis
multiply
negative
ones
@@ -87,6 +88,7 @@ Operations
stop_gradient
subtract
sum
swapaxes
take
take_along_axis
tan