Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_exception.cpp49 struct MyPythonExceptionValue : public torch::jit::SugaredValue { struct
50 explicit MyPythonExceptionValue(const py::object& exception_class) { in MyPythonExceptionValue() function
93 return std::make_shared<MyPythonExceptionValue>(obj); in resolveValue()