[][src]Function openvino_sys::ie_exec_network_set_config

pub unsafe extern "C" fn ie_exec_network_set_config(
    ie_exec_network: *mut ie_executable_network_t,
    param_config: *const ie_config_t
) -> IEStatusCode

@brief Sets configuration for current executable network. Currently, the method can be used when the network run on the Multi device and the configuration paramter is only can be "MULTI_DEVICE_PRIORITIES" @ingroup ExecutableNetwork @param ie_exec_network A pointer to ie_executable_network_t instance. @param param_config A pointer to device configuration.. @return Status code of the operation: OK(0) for success.