Searched refs:PyAffineSymbolExpr (Results 1 – 1 of 1) sorted by relevance
160 class PyAffineSymbolExpr : public PyConcreteAffineExpr<PyAffineSymbolExpr> { class166 static PyAffineSymbolExpr get(intptr_t pos, DefaultingPyMlirContext context) { in get()168 return PyAffineSymbolExpr(context->getRef(), affineExpr); in get()172 c.def_static("get", &PyAffineSymbolExpr::get, py::arg("position"), in bindDerived()174 c.def_property_readonly("position", [](PyAffineSymbolExpr &self) { in bindDerived()628 "get_symbol", &PyAffineSymbolExpr::get, py::arg("position"), in populateIRAffine()636 PyAffineSymbolExpr::bind(m); in populateIRAffine()