Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/
H A DExceptions.h120 torch::translate_exception_to_python(std::current_exception()); \
132 torch::translate_exception_to_python(std::current_exception()); \
261 TORCH_PYTHON_API void translate_exception_to_python(const std::exception_ptr&);
H A DExceptions.cpp218 void translate_exception_to_python(const std::exception_ptr& e_ptr) { in translate_exception_to_python() function