pub unsafe fn ie_blob_get_layout(
    blob: *const ie_blob_t,
    layout_result: *mut layout_e
) -> IEStatusCode
Expand description

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