Searched refs:getLiveModuleCount (Results 1 – 2 of 2) sorted by relevance
212 size_t getLiveModuleCount();
514 size_t PyMlirContext::getLiveModuleCount() { return liveModules.size(); } in getLiveModuleCount() function in PyMlirContext2244 .def("_get_live_module_count", &PyMlirContext::getLiveModuleCount) in populateIRCore()