Home
last modified time | relevance | path

Searched refs:getOperationObject (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp110 &PyConcreteOpInterface::getOperationObject, in bind()
127 py::object getOperationObject() { in getOperationObject() function in mlir::python::PyConcreteOpInterface
H A DIRModule.h650 pybind11::object getOperationObject() { return operationObject; } in getOperationObject() function
H A DIRCore.cpp2707 .def_property_readonly("operation", &PyOpView::getOperationObject) in populateIRCore()
2715 return py::str(self.getOperationObject()); in populateIRCore()