Function openvino_sys::ie_network_free[][src]

pub unsafe fn ie_network_free(network: *mut *mut ie_network_t)
Expand description

@brief When netowrk is loaded into the Infernece Engine, it is not required anymore and should be released @ingroup Network @param network The pointer to the instance of the ie_network_t to free.