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 4a1be4b commit b999d68Copy full SHA for b999d68
pytensor/tensor/rewriting/linalg.py
@@ -400,6 +400,7 @@ def local_svd_uv_simplify(fgraph, node):
400
if (not compute_uv) and cl.op.core_op.compute_uv:
401
compute_uv = True
402
break
403
+
404
if compute_uv and not node.op.compute_uv:
405
full_matrices = node.op.full_matrices
- return [SVD(x, full_matrices=full_matrices, compute_uv=compute_uv)]
406
+ return [SVD(full_matrices=full_matrices, compute_uv=compute_uv)]
0 commit comments