Searched refs:getOperationObject (Results 1 – 3 of 3) sorted by relevance
110 &PyConcreteOpInterface::getOperationObject, in bind()127 py::object getOperationObject() { in getOperationObject() function in mlir::python::PyConcreteOpInterface
650 pybind11::object getOperationObject() { return operationObject; } in getOperationObject() function
2707 .def_property_readonly("operation", &PyOpView::getOperationObject) in populateIRCore()2715 return py::str(self.getOperationObject()); in populateIRCore()