Searched refs:PyDialects (Results 1 – 2 of 2) sorted by relevance
372 class PyDialects : public BaseContextObject {374 PyDialects(PyMlirContextRef contextRef) in PyDialects() function
797 MlirDialect PyDialects::getDialectForKey(const std::string &key, in getDialectForKey()2261 [](PyMlirContext &self) { return PyDialects(self.getRef()); }, in populateIRCore()2264 "d", [](PyMlirContext &self) { return PyDialects(self.getRef()); }, in populateIRCore()2334 py::class_<PyDialects>(m, "Dialects", py::module_local()) in populateIRCore()2336 [=](PyDialects &self, std::string keyName) { in populateIRCore()2343 .def("__getattr__", [=](PyDialects &self, std::string attrName) { in populateIRCore()