Searched refs:PyAffineMap (Results 1 – 4 of 4) sorted by relevance
404 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 …]
967 class PyAffineMap : public BaseContextObject {969 PyAffineMap(PyMlirContextRef contextRef, MlirAffineMap affineMap) in PyAffineMap() function971 bool operator==(const PyAffineMap &other);982 static PyAffineMap createFromCapsule(pybind11::object capsule);
474 [](PyMemRefType &self) -> PyAffineMap { in bindDerived()476 return PyAffineMap(self.getContext(), map); in bindDerived()
87 [](PyAffineMap &affineMap) { in bindDerived()