Searched refs:MyPythonExceptionValue (Results 1 – 1 of 1) sorted by relevance
49 struct MyPythonExceptionValue : public torch::jit::SugaredValue { struct50 explicit MyPythonExceptionValue(const py::object& exception_class) { in MyPythonExceptionValue() function93 return std::make_shared<MyPythonExceptionValue>(obj); in resolveValue()