Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pytensor/link/jax/dispatch/sparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from pytensor.graph.basic import Constant
from pytensor.link.jax.dispatch import jax_funcify, jax_typify
from pytensor.sparse.basic import Dot, StructuredDot
from pytensor.sparse.math import Dot, StructuredDot
from pytensor.sparse.type import SparseTensorType


Expand Down
1 change: 1 addition & 0 deletions pytensor/sparse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from pytensor.sparse import rewriting, sharedvar
from pytensor.sparse.basic import *
from pytensor.sparse.math import *
from pytensor.sparse.sharedvar import sparse_constructor as shared
from pytensor.sparse.type import SparseTensorType, _is_sparse

Expand Down
Loading
Loading