Home
last modified time | relevance | path

Searched refs:THPException_DistStoreError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/
H A DExceptions.cpp17 *THPException_DistStoreError; variable
107 THPException_DistStoreError = PyErr_NewExceptionWithDoc( in THPException_init()
114 module, "_DistStoreError", THPException_DistStoreError) == 0); in THPException_init()
H A DExceptions.h84 _CATCH_GENERIC_ERROR(DistStoreError, THPException_DistStoreError, retstmnt) \
141 *THPException_DistStoreError;