[][src]Function openvino_sys::ie_network_get_outputs_number

pub unsafe extern "C" fn ie_network_get_outputs_number(
    network: *const ie_network_t,
    size_result: *mut size_t
) -> IEStatusCode

@brief Gets number of output for the network. @ingroup Network @param network A pointer to the instance of the ie_network_t to get number of ouput information. @param size_result A number of the network's output information. @return Status code of the operation: OK(0) for success.