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.
pub unsafe extern "C" fn M_freeAsyncTensorMap(
tensorMap: *mut M_AsyncTensorMap,
)Deallocates the memory for the tensor map. No-op if tensorMap is NULL.
@param tensorMap The tensor map to deallocate.