Home
last modified time | relevance | path

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

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