Home
last modified time | relevance | path

Searched refs:pushContext (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h132 static pybind11::object pushContext(PyMlirContext &context);
H A DIRCore.cpp517 return PyThreadContextEntry::pushContext(*this); in contextEnter()
660 py::object PyThreadContextEntry::pushContext(PyMlirContext &context) { in pushContext() function in PyThreadContextEntry