Searched refs:PyAffineDimExpr (Results 1 – 1 of 1) sorted by relevance
140 class PyAffineDimExpr : public PyConcreteAffineExpr<PyAffineDimExpr> { class146 static PyAffineDimExpr get(intptr_t pos, DefaultingPyMlirContext context) { in get()148 return PyAffineDimExpr(context->getRef(), affineExpr); in get()152 c.def_static("get", &PyAffineDimExpr::get, py::arg("position"), in bindDerived()154 c.def_property_readonly("position", [](PyAffineDimExpr &self) { in bindDerived()624 "get_dim", &PyAffineDimExpr::get, py::arg("position"), in populateIRAffine()635 PyAffineDimExpr::bind(m); in populateIRAffine()