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 81899de commit 7931668Copy full SHA for 7931668
pytensor/tensor/slinalg.py
@@ -20,8 +20,8 @@
20
from pytensor.tensor.nlinalg import kron, matrix_dot
21
from pytensor.tensor.shape import reshape
22
from pytensor.tensor.type import matrix, tensor, vector
23
-from pytensor.tensor.variable import TensorVariable
24
from pytensor.tensor.utils import _gufunc_to_out_shape
+from pytensor.tensor.variable import TensorVariable
25
26
27
logger = logging.getLogger(__name__)
0 commit comments