Home
last modified time | relevance | path

Searched defs:getOperationObject (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp127 py::object getOperationObject() { in getOperationObject() function in mlir::python::PyConcreteOpInterface
H A DIRModule.h650 pybind11::object getOperationObject() { return operationObject; } in getOperationObject() function