Function tvm_sys::ffi::TVMStreamFree [−][src]
pub unsafe extern "C" fn TVMStreamFree(
device_type: c_int,
device_id: c_int,
stream: TVMStreamHandle
) -> c_int
Expand description
\brief Free a created stream handle.
\param device_type The device type. \param device_id The device id. \param stream The stream to be freed. \return 0 when success, nonzero when failure happens