Function openvino_sys::ie_blob_size

source ·
pub unsafe fn ie_blob_size(
    blob: *mut ie_blob_t,
    size_result: *mut c_int
) -> IEStatusCode
Expand description

@brief Gets the total number of elements, which is a product of all the dimensions. @ingroup Blob @param blob A pointer to the blob. @param size_result The total number of elements. @return Status code of the operation: OK(0) for success.