pub unsafe fn ie_network_get_outputs_number(
    network: *const ie_network_t,
    size_result: *mut usize
) -> IEStatusCode
Expand description

@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 output information. @param size_result A number of the network’s output information. @return Status code of the operation: OK(0) for success.