Home
last modified time | relevance | path

Searched defs:fetch_attr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/ns/fx/
H A Dn_shadows_utils.py68 def fetch_attr(target: str): function
/aosp_15_r20/external/pytorch/torch/fx/
H A Dinterpreter.py342 def fetch_attr(self, target : str): member in Interpreter
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dpre_grad.py329 def fetch_attr(target: str, mod): function
/aosp_15_r20/external/executorch/exir/emit/
H A D_emitter.py1285 def fetch_attr(self, target: _Target) -> _AbstractValue: member in _Emitter