Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h372 class PyDialects : public BaseContextObject {
374 PyDialects(PyMlirContextRef contextRef) in PyDialects() function
H A DIRCore.cpp797 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()