Searched refs:pyRef (Results 1 – 1 of 1) sorted by relevance
487 py::object pyRef = py::cast(unownedContextWrapper); in forContext() local488 assert(pyRef && "cast to py::object failed"); in forContext()493 py::object pyRef = py::cast(it->second); in forContext() local494 return PyMlirContextRef(it->second, std::move(pyRef)); in forContext()888 py::object pyRef = in forModule() local890 unownedModule->handle = pyRef; in forModule()893 return PyModuleRef(unownedModule, std::move(pyRef)); in forModule()898 return PyModuleRef(existing, std::move(pyRef)); in forModule()942 py::object pyRef = in createInstance() local944 unownedOperation->handle = pyRef; in createInstance()[all …]