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

pub unsafe extern "C" fn TVMArrayFree(handle: *mut DLTensor) -> i32
Expand description

\brief Free the TVM Array. \param handle The array handle to be freed. \return 0 when success, nonzero when failure happens