Searched refs:substitute_in_graph (Results 1 – 6 of 6) sorted by relevance
10 from ..decorators import substitute_in_graph25 @substitute_in_graph(itertools.chain, is_embedded_type=True) # type: ignore[arg-type]31 @substitute_in_graph(itertools.chain.from_iterable) # type: ignore[arg-type]40 @substitute_in_graph(itertools.islice, is_embedded_type=True) # type: ignore[arg-type]69 @substitute_in_graph(itertools.tee)
10 from ..decorators import substitute_in_graph23 @substitute_in_graph(builtins.all, can_constant_fold_through=True)31 @substitute_in_graph(builtins.any, can_constant_fold_through=True)39 @substitute_in_graph(builtins.enumerate, is_embedded_type=True) # type: ignore[arg-type]
10 from ..decorators import substitute_in_graph17 @substitute_in_graph(os.fspath, can_constant_fold_through=True)
123 def substitute_in_graph( function179 return torch._dynamo.substitute_in_graph(
19 substitute_in_graph
269 @torch._dynamo.substitute_in_graph(operator.indexOf)276 @torch._dynamo.substitute_in_graph(operator.indexOf)