Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dutils.py172 def _detect_input_alias(gm): function
192 if isinstance(module, torch.fx.GraphModule) and _detect_input_alias(module):
197 return _detect_input_alias(gm)