Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/jit/
H A D_fuser.py97 return _script_method_graph_for(self, self, *args, **kwargs)
100 def _script_method_graph_for(self, parent, *args, **kwargs): function
H A D_script.pyi14 _script_method_graph_for as _script_method_graph_for,
H A D_script.py24 from torch.jit._fuser import _graph_for, _script_method_graph_for
58 torch._C.ScriptMethod.graph_for = _script_method_graph_for # type: ignore[attr-defined]