mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
As per title. Note that the c++ side code for the minidumps part was removed. So trying to call any of these 3 functions today results in an error saying that `torch._C` doesn't have these attributes. Pull Request resolved: https://github.com/pytorch/pytorch/pull/105142 Approved by: https://github.com/janeyx99
14 lines
282 B
ReStructuredText
14 lines
282 B
ReStructuredText
torch.utils
|
|
===================================
|
|
.. automodule:: torch.utils
|
|
.. currentmodule:: torch.utils
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
|
|
rename_privateuse1_backend
|
|
generate_methods_for_privateuse1_backend
|
|
get_cpp_backtrace
|
|
set_module
|