pub unsafe fn ie_blob_get_dims(
    blob: *const ie_blob_t,
    dims_result: *mut dimensions_t
) -> IEStatusCode
Expand description

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