Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/
H A DExceptions.h53 #define _CATCH_GENERIC_ERROR(ErrorType, PythonErrorType, retstmnt) \ argument
58 PyErr_SetString(PythonErrorType, torch::processErrorMsg(msg)); \