We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7ea3e commit 85dd2d3Copy full SHA for 85dd2d3
pytensor/graph/basic.py
@@ -907,7 +907,6 @@ def graph_inputs(
907
yield from (r for r in ancestors(graphs, blockers) if r.owner is None)
908
909
910
-# def required_graph_inputs(graph:Variable | Iterator[Variable])-> Generator[Variable, None, None]:
911
def required_graph_inputs(
912
graph: Variable[Any, Any] | Iterable[Variable[Any, Any]],
913
) -> list[Variable[Any, Any]]:
0 commit comments