Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp190 class PyRegionList { class
192 PyRegionList(PyOperationRef operation) : operation(std::move(operation)) {} in PyRegionList() function in __anon49d064020111::PyRegionList
210 py::class_<PyRegionList>(m, "ReqionSequence") in bind()
211 .def("__len__", &PyRegionList::dunderLen) in bind()
212 .def("__getitem__", &PyRegionList::dunderGetItem); in bind()
2807 return PyRegionList( in populateIRSubmodule()
3213 PyRegionList::bind(m); in populateIRSubmodule()