Home
last modified time | relevance | path

Searched refs:update_users_and_input_nodes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/
H A Dnode.py484 def update_users_and_input_nodes(n: Any) -> Any: function
499 … self._args = map_aggregate(new_args, update_users_and_input_nodes) # type: ignore[assignment]
500 … self._kwargs = map_aggregate(new_kwargs, update_users_and_input_nodes) # type: ignore[assignment]