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