Skip to main content

M_freeAsyncTensorMap

Function M_freeAsyncTensorMap 

Source
pub unsafe extern "C" fn M_freeAsyncTensorMap(
    tensorMap: *mut M_AsyncTensorMap,
)
Expand description

Deallocates the memory for the tensor map. No-op if tensorMap is NULL.

@param tensorMap The tensor map to deallocate.