Home
last modified time | relevance | path

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

/external/pytorch/functorch/csrc/dim/
Dminpybind.h501 struct kwnames_view : public handle { struct
503 kwnames_view(handle h) : handle(h) {} in kwnames_view() function
505 Py_ssize_t size() const { in size()
509 irange enumerate() const { in enumerate()
514 PyObject* obj = PyTuple_GET_ITEM(ptr(), i);
518 static bool check(handle h) { in check()