pub unsafe extern "C" fn tract_tensor_clone(
tensor: *const TractTensor,
clone: *mut *mut TractTensor,
) -> TRACT_RESULTExpand description
Destroy a tensor. Clone a Tensor, creating an independent copy.
The returned tensor must be destroyed by tract_tensor_destroy.