Skip to main content

M_freeTensorSpec

Function M_freeTensorSpec 

Source
pub unsafe extern "C" fn M_freeTensorSpec(spec: *mut M_TensorSpec)
Expand description

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

@param spec The tensor spec to deallocate.