Home
last modified time | relevance | path

Searched defs:_assign_attr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/export/
H A Dunflatten.py56 def _assign_attr( function
/aosp_15_r20/external/pytorch/torch/fx/
H A Dgraph_module.py240 def _assign_attr(from_obj: Any, to_module: torch.nn.Module, target: str): function