Searched refs:translate_exception_to_python (Results 1 – 2 of 2) sorted by relevance
120 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&);
218 void translate_exception_to_python(const std::exception_ptr& e_ptr) { in translate_exception_to_python() function