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

@brief Gets a precision of the output data named “output_name”. @ingroup Network @param network A pointer to ie_network_t instance. @param output_name Name of output data. @param prec_result A pointer to the precision used for output blob creation. @return Status code of the operation: OK(0) for success.