pub unsafe fn ie_exec_network_get_config(
    ie_exec_network: *const ie_executable_network_t,
    metric_config: *const c_char,
    param_result: *mut ie_param_t
) -> IEStatusCode
Expand description

@brief Gets configuration for current executable network. The method is responsible to extract information which affects executable network execution. @ingroup ExecutableNetwork @param ie_exec_network A pointer to ie_executable_network_t instance. @param metric_config A configuration parameter name to request. @param param_result A configuration value corresponding to a configuration parameter name. @return Status code of the operation: OK(0) for success.