Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp2127 class PyOpAttributeMap { class
2129 PyOpAttributeMap(PyOperationRef operation) in PyOpAttributeMap() function in __anon7f4419ab0511::PyOpAttributeMap
2178 py::class_<PyOpAttributeMap>(m, "OpAttributeMap", py::module_local()) in bind()
2179 .def("__contains__", &PyOpAttributeMap::dunderContains) in bind()
2180 .def("__len__", &PyOpAttributeMap::dunderLen) in bind()
2181 .def("__getitem__", &PyOpAttributeMap::dunderGetItemNamed) in bind()
2182 .def("__getitem__", &PyOpAttributeMap::dunderGetItemIndexed) in bind()
2183 .def("__setitem__", &PyOpAttributeMap::dunderSetItem) in bind()
2184 .def("__delitem__", &PyOpAttributeMap::dunderDelItem); in bind()
2563 return PyOpAttributeMap( in populateIRCore()
[all …]