Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fx/
H A Dgraph.py1185 def _get_attr_reference_exists(mod: torch.nn.Module, qualified_name: str) -> bool: function
1207 not _get_attr_reference_exists(self.owning_module, qualified_name)):