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

@brief Changes the 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 p A new precision of the output data to set (eg. precision_e.FP16). @return Status code of the operation: OK(0) for success.