pub unsafe extern "C" fn M_freeTensor(tensor: *mut M_AsyncTensor)Expand description
Deallocates the memory for the tensor. No-op if tensor is NULL.
@param tensor The tensor to deallocate.
pub unsafe extern "C" fn M_freeTensor(tensor: *mut M_AsyncTensor)Deallocates the memory for the tensor. No-op if tensor is NULL.
@param tensor The tensor to deallocate.