openvino.runtime.shutdown

openvino.runtime.shutdown() None

Shut down the OpenVINO by deleting all static-duration objects allocated by the library and releasing dependent resources

This function should be used by advanced user to control unload the resources.

You might want to use this function if you are developing a dynamically-loaded library which should clean up all resources after itself when the library is unloaded.