Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Dminpybind.h15 #define PY_END(v) } catch(mpy::exception_set & err) { return (v); }
53 struct exception_set { struct
86 throw exception_set(); in checked()
142 throw exception_set(); in checked_steal()
185 throw exception_set(); in checked_steal()
214 throw exception_set(); in raise_error()
229 throw mpy::exception_set();
272 throw exception_set(); in ready()
275 throw exception_set(); in ready()
356 throw mpy::exception_set(); in size()
[all …]
H A Ddim.cpp2261 } catch (mpy::exception_set & e) { in extractIndices()
2621 throw mpy::exception_set(); in __setitem__()
2646 throw mpy::exception_set(); in __setitem__()
3245 } catch(mpy::exception_set& err) { in Dim_init()