Searched defs:_stacklevel (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_custom_op/ |
H A D | impl.py | 199 self, device_types: typing.Union[str, typing.Iterable[str]], _stacklevel=2, argument 239 def impl_abstract(self, _stacklevel=2) -> typing.Callable: argument 388 def impl_save_for_backward(self, _stacklevel=2): argument 403 def impl_backward(self, output_differentiability=None, _stacklevel=2): argument
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | library.py | 161 def _register_fake(self, op_name, fn, _stacklevel=1): argument 606 def impl_abstract(qualname, func=None, *, lib=None, _stacklevel=1): argument
|