[][src]Function openvino_sys::ie_network_get_input_name

pub unsafe extern "C" fn ie_network_get_input_name(
    network: *const ie_network_t,
    number: size_t,
    name: *mut *mut c_char
) -> IEStatusCode

@brief Gets name corresponding to the "number". Use the ie_network_name_free() method to free memory. @ingroup Network @param network A pointer to theinstance of the ie_network_t to get input information. @param number An id of input information . @param name Input name corresponding to the number. @return status Status code of the operation: OK(0) for success.