Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h662 pybind11::object operationObject; // Holds the reference. variable
H A DIRCore.cpp1528 PyOpView::PyOpView(const py::object &operationObject) in PyOpView()