Skip to content

Commit

Permalink
[Feat] Add support for index tricks in autograd numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosw committed Sep 8, 2024
1 parent 23699a5 commit 25d8818
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autograd/numpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
from . import fft, linalg, numpy_boxes, numpy_jvps, numpy_vjps, numpy_vspaces, random
from .numpy_wrapper import *
from numpy import (
diag_indices_from, diag_indices, fill_diagonal, ndindex, ndenumerate,
ix_, c_, r_, s_, ogrid, mgrid, unravel_index, ravel_multi_index,
index_exp
)

0 comments on commit 25d8818

Please sign in to comment.