Searched refs:PyOpResultList (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRCore.cpp | 2086 class PyOpResultList : public Sliceable<PyOpResultList, PyOpResult> { class 2090 PyOpResultList(PyOperationRef operation, intptr_t startIndex = 0, in PyOpResultList() function in __anon7f4419ab0511::PyOpResultList 2099 c.def_property_readonly("types", [](PyOpResultList &self) { in bindDerived() 2106 friend class Sliceable<PyOpResultList, PyOpResult>; 2118 PyOpResultList slice(intptr_t startIndex, intptr_t length, intptr_t step) { in slice() 2119 return PyOpResultList(operation, startIndex, length, step); in slice() 2579 return PyOpResultList(self.getOperation().getRef()); in populateIRCore() 3192 PyOpResultList::bind(m); in populateIRCore()
|