Skip to main content

M_freeTensor

Function M_freeTensor 

Source
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.