Function tvm::function::ffi::TVMDLManagedTensorCallDeleter[][src]

pub unsafe extern "C" fn TVMDLManagedTensorCallDeleter(
    dltensor: *mut DLManagedTensor
)
Expand description

\brief Delete (free) a DLManagedTensor’s data. \param dltensor Pointer to the DLManagedTensor.