We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64b3bd commit 0f3cfbdCopy full SHA for 0f3cfbd
1 file changed
torch/_C/__init__.pyi.in
@@ -1355,7 +1355,6 @@ def __is_forward_AD_enabled() -> _bool: ...
1355
def _register_default_hooks(pack_hook: Callable, unpack_hook: Callable) -> None: ...
1356
def _reset_default_hooks() -> None: ...
1357
def _is_torch_function_mode_enabled() -> _bool: ...
1358
-def _set_torch_function_mode(cls: Any) -> None: ...
1359
def _push_on_torch_function_stack(cls: Any) -> None: ...
1360
def _pop_torch_function_stack() -> Any: ...
1361
def _get_function_stack_at(idx: _int) -> Any: ...
0 commit comments