Skip to content

Commit

Permalink
Make OpFromGraph available at root scope (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 authored Dec 9, 2024
1 parent 9858b33 commit 231a977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def get_underlying_scalar_constant(v):
from pytensor.scan import checkpoints
from pytensor.scan.basic import scan
from pytensor.scan.views import foldl, foldr, map, reduce
from pytensor.compile.builders import OpFromGraph

# isort: on

Expand Down

0 comments on commit 231a977

Please sign in to comment.