Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp78 class PyAffineMapAttribute : public PyConcreteAttribute<PyAffineMapAttribute> { class
89 return PyAffineMapAttribute(affineMap.getContext(), attr); in bindDerived()
893 PyAffineMapAttribute::bind(m); in populateIRAttributes()