Function deepviewrt_sys::nn_engine_unload
source · pub unsafe extern "C" fn nn_engine_unload(engine: *mut NNEngine)Expand description
Unloads the plugin from the given engine object.
@param engine Pointer to the engine object.
@return NN_ERROR_INVALID_ENGINE given the engine pointer is NULL. @return NN_ERROR_INTERNAL if the plugin dll could not be closed properly. @return The NNError from the plugin’s cleanup function.
@public @memberof NNEngine @since 2.0