Searched refs:PyOperationList (Results 1 – 1 of 1) sorted by relevance
390 class PyOperationList { class392 PyOperationList(PyOperationRef parentOperation, MlirBlock block) in PyOperationList() function in __anon7f4419ab0111::PyOperationList432 py::class_<PyOperationList>(m, "OperationList", py::module_local()) in bind()433 .def("__getitem__", &PyOperationList::dunderGetItem) in bind()434 .def("__iter__", &PyOperationList::dunderIter) in bind()435 .def("__len__", &PyOperationList::dunderLen); in bind()2783 return PyOperationList(self.getParentOperation(), self.get()); in populateIRCore()3189 PyOperationList::bind(m); in populateIRCore()