Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.h337 struct VISIBILITY_HIDDEN PythonExceptionValue : public ExceptionValue { struct
338 explicit PythonExceptionValue(const py::object& exception_class) in PythonExceptionValue() function
H A Dpython_sugared_value.cpp971 std::shared_ptr<SugaredValue> PythonExceptionValue::call( in call()
1278 return std::make_shared<PythonExceptionValue>(obj); in toSugaredValue()