Home
last modified time | relevance | path

Searched defs:PyTypeReg (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/executorch/extension/pytree/
H A Dpybindings.cpp31 struct PyTypeReg { struct in executorch::extension::pytree::__anon59fa55ac0111::PyTypeRegistry
32 explicit PyTypeReg(Kind k) : kind(k) {} in PyTypeReg() argument
34 Kind kind;
37 py::object type;
39 py::function flatten;
41 py::function unflatten;