Home
last modified time | relevance | path

Searched defs: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() argument
58 std::string kind() const override { in kind()
63 std::shared_ptr<torch::jit::SugaredValue> call( in call()
78 std::string qualified_name_;