Searched refs:getLiveCount (Results 1 – 2 of 2) sorted by relevance
198 static size_t getLiveCount();
502 size_t PyMlirContext::getLiveCount() { return getLiveContexts().size(); } in getLiveCount() function in PyMlirContext2236 .def_static("_get_live_count", &PyMlirContext::getLiveCount) in populateIRCore()