Searched refs:createFromCapsule (Results 1 – 5 of 5) sorted by relevance
195 static pybind11::object createFromCapsule(pybind11::object capsule);413 static PyDialectRegistry createFromCapsule(pybind11::object capsule);441 static PyLocation createFromCapsule(pybind11::object capsule);491 static pybind11::object createFromCapsule(pybind11::object capsule);593 static pybind11::object createFromCapsule(pybind11::object capsule);760 static PyType createFromCapsule(pybind11::object capsule);830 static PyAttribute createFromCapsule(pybind11::object capsule);932 static PyValue createFromCapsule(pybind11::object capsule);955 static PyAffineExpr createFromCapsule(pybind11::object capsule);982 static PyAffineMap createFromCapsule(pybind11::object capsule);[all …]
40 static pybind11::object createFromCapsule(pybind11::object capsule) { in createFromCapsule() function in __anon4d2df3fe0111::PyPassManager68 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyPassManager::createFromCapsule) in populatePassManagerSubmodule()
48 static pybind11::object createFromCapsule(pybind11::object capsule) { in createFromCapsule() function in __anon4e8616570111::PyExecutionEngine98 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyExecutionEngine::createFromCapsule) in PYBIND11_MODULE()
358 PyAffineExpr PyAffineExpr::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyAffineExpr416 PyAffineMap PyAffineMap::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyAffineMap494 PyIntegerSet PyIntegerSet::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyIntegerSet510 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyAffineExpr::createFromCapsule) in populateIRAffine()650 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyAffineMap::createFromCapsule) in populateIRAffine()835 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyIntegerSet::createFromCapsule) in populateIRAffine()
468 py::object PyMlirContext::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyMlirContext829 PyLocation PyLocation::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyLocation901 py::object PyModule::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyModule1089 py::object PyOperation::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyOperation1649 PyAttribute PyAttribute::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyAttribute1681 PyType PyType::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyType1697 PyValue PyValue::createFromCapsule(pybind11::object capsule) { in createFromCapsule() function in PyValue2380 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyLocation::createFromCapsule) in populateIRCore()2482 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyModule::createFromCapsule) in populateIRCore()3056 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyType::createFromCapsule) in populateIRCore()[all …]