pub unsafe fn ie_blob_get_precision(
    blob: *const ie_blob_t,
    prec_result: *mut precision_e
) -> IEStatusCode
Expand description

@brief Gets precision of blob’s tensor. @ingroup Blob @param blob A pointer to the blob. @param prec_result A pointer to the precision of blob’s tensor. @return Status code of the operation: OK(0) for success.