Searched refs:_script_method_graph_for (Results 1 – 3 of 3) sorted by relevance
97 return _script_method_graph_for(self, self, *args, **kwargs)100 def _script_method_graph_for(self, parent, *args, **kwargs): function
14 _script_method_graph_for as _script_method_graph_for,
24 from torch.jit._fuser import _graph_for, _script_method_graph_for58 torch._C.ScriptMethod.graph_for = _script_method_graph_for # type: ignore[attr-defined]