OpenVINO Runtime C API

Detailed Documentation

OpenVINO Runtime C API

Global Functions

OPENVINO_C_API(void)

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.