Lines Matching defs:PyConcreteOpInterface
144 class PyConcreteOpInterface {
153 PyConcreteOpInterface(nb::object object, DefaultingPyMlirContext context)
199 .def_prop_ro("operation", &PyConcreteOpInterface::getOperationObject,
201 .def_prop_ro("opview", &PyConcreteOpInterface::getOpView, opviewDoc);
247 : public PyConcreteOpInterface<PyInferTypeOpInterface> {
249 using PyConcreteOpInterface<PyInferTypeOpInterface>::PyConcreteOpInterface;
400 : public PyConcreteOpInterface<PyInferShapedTypeOpInterface> {
402 using PyConcreteOpInterface<
403 PyInferShapedTypeOpInterface>::PyConcreteOpInterface;