pub unsafe fn ie_blob_make_memory(
    tensorDesc: *const tensor_desc_t,
    blob: *mut *mut ie_blob_t
) -> IEStatusCode
Expand description

@brief Creates a blob with the specified dimensions, layout and to allocate memory. @ingroup Blob @param tensorDesc Tensor descriptor for Blob creation. @param blob A pointer to the newly created blob. @return Status code of the operation: OK(0) for success.