We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282e528 commit 3c8d955Copy full SHA for 3c8d955
pytensor/tensor/slinalg.py
@@ -19,8 +19,8 @@
19
from pytensor.tensor.nlinalg import kron, matrix_dot
20
from pytensor.tensor.shape import reshape
21
from pytensor.tensor.type import matrix, tensor, vector
22
-from pytensor.tensor.variable import TensorVariable
23
from pytensor.tensor.utils import _gufunc_to_out_shape
+from pytensor.tensor.variable import TensorVariable
24
25
26
logger = logging.getLogger(__name__)
0 commit comments