Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAffine.cpp404 PyAffineMap affineMap;
408 bool PyAffineMap::operator==(const PyAffineMap &other) { in operator ==()
412 py::object PyAffineMap::getCapsule() { in getCapsule()
416 PyAffineMap PyAffineMap::createFromCapsule(py::object capsule) { in createFromCapsule()
420 return PyAffineMap( in createFromCapsule()
652 [](PyAffineMap &self, PyAffineMap &other) { return self == other; }) in populateIRAffine()
655 [](PyAffineMap &self) { in populateIRAffine()
662 [](PyAffineMap &self) { in populateIRAffine()
671 [](PyAffineMap &self) { in populateIRAffine()
686 std::vector<PyAffineMap> res; in populateIRAffine()
[all …]
H A DIRModule.h967 class PyAffineMap : public BaseContextObject {
969 PyAffineMap(PyMlirContextRef contextRef, MlirAffineMap affineMap) in PyAffineMap() function
971 bool operator==(const PyAffineMap &other);
982 static PyAffineMap createFromCapsule(pybind11::object capsule);
H A DIRTypes.cpp474 [](PyMemRefType &self) -> PyAffineMap { in bindDerived()
476 return PyAffineMap(self.getContext(), map); in bindDerived()
H A DIRAttributes.cpp87 [](PyAffineMap &affineMap) { in bindDerived()