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

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