Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAffine.cpp140 class PyAffineDimExpr : public PyConcreteAffineExpr<PyAffineDimExpr> { class
146 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()