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
4 changes: 2 additions & 2 deletions pytensor/sparse/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from pytensor.gradient import grad_not_implemented
from pytensor.graph import Apply, Op
from pytensor.link.c.op import COp
from pytensor.tensor import TensorType, Variable, specify_broadcastable, tensor
from pytensor.tensor.type import complex_dtypes
from pytensor.tensor.shape import specify_broadcastable
from pytensor.tensor.type import TensorType, Variable, complex_dtypes, tensor


def structured_elemwise(tensor_op):
Expand Down
2 changes: 1 addition & 1 deletion pytensor/sparse/variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
)
from pytensor.sparse.type import SparseTensorType
from pytensor.sparse.utils import hash_from_sparse
from pytensor.tensor import iscalar
from pytensor.tensor.shape import shape
from pytensor.tensor.type import iscalar
from pytensor.tensor.variable import (
TensorConstant,
TensorVariable,
Expand Down
Loading
Loading