Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp390 class PyOperationList { class
392 PyOperationList(PyOperationRef parentOperation, MlirBlock block) in PyOperationList() function in __anon7f4419ab0111::PyOperationList
432 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()