Lines Matching refs:createFromCapsule
468 py::object PyMlirContext::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyMlirContext
813 PyDialectRegistry PyDialectRegistry::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyDialectRegistry
829 PyLocation PyLocation::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyLocation
901 py::object PyModule::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyModule
1089 py::object PyOperation::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyOperation
1649 PyAttribute PyAttribute::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyAttribute
1681 PyType PyType::createFromCapsule(py::object capsule) { in createFromCapsule() function in PyType
1697 PyValue PyValue::createFromCapsule(pybind11::object capsule) { in createFromCapsule() function in PyValue
2247 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyMlirContext::createFromCapsule) in populateIRCore()
2372 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyDialectRegistry::createFromCapsule) in populateIRCore()
2380 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyLocation::createFromCapsule) in populateIRCore()
2482 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyModule::createFromCapsule) in populateIRCore()
2686 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyOperation::createFromCapsule) in populateIRCore()
2945 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyAttribute::createFromCapsule) in populateIRCore()
3056 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyType::createFromCapsule) in populateIRCore()
3110 .def(MLIR_PYTHON_CAPI_FACTORY_ATTR, &PyValue::createFromCapsule) in populateIRCore()