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 92d5450 commit 7f0567aCopy full SHA for 7f0567a
pytensor/graph/replace.py
@@ -314,4 +314,4 @@ def transform(var: Variable) -> Variable:
314
315
def vectorize(*args, **kwargs):
316
warnings.warn("vectorize was renamed to vectorize_graph", UserWarning)
317
- return vectorize_node(*args, **kwargs)
+ return vectorize_graph(*args, **kwargs)
0 commit comments