Skip to content

Commit

Permalink
sparse eye init
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-barfoot committed Jun 21, 2023
1 parent 517a9a7 commit de5764c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torchsparsegradutils/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
sparse_block_diag,
sparse_block_diag_split,
stack_csr,
sparse_eye,
)
from .random_sparse import rand_sparse, rand_sparse_tri

Expand All @@ -26,4 +27,5 @@
"rand_sparse_tri",
"sparse_block_diag_split",
"stack_csr",
"sparse_eye",
]

0 comments on commit de5764c

Please sign in to comment.