pub unsafe fn ie_network_get_input_precision(
    network: *const ie_network_t,
    input_name: *const c_char,
    prec_result: *mut precision_e
) -> IEStatusCode
Expand description

@brief Gets a precision of the input data provided by user. @ingroup Network @param network A pointer to ie_network_t instance. @param input_name Name of input data. @param prec_result A pointer to the precision used for input blob creation. @return Status code of the operation: OK(0) for success.