Skip to content

Commit f3a8370

Browse files
Expose pt.optimize
1 parent 646a734 commit f3a8370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytensor/tensor/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def _get_vector_length_Constant(op: Op | Variable, var: Constant) -> int:
118118
from pytensor.tensor import linalg
119119
from pytensor.tensor import special
120120
from pytensor.tensor import signal
121+
from pytensor.tensor import optimize
121122

122123
# For backward compatibility
123124
from pytensor.tensor import nlinalg

0 commit comments

Comments
 (0)