Function tvm_sys::ffi::TVMObjectFree [−][src]
pub unsafe extern "C" fn TVMObjectFree(obj: TVMObjectHandle) -> c_int
Expand description
\brief Free the object.
\param obj The object handle. \note Internally we decrease the reference counter of the object. The object will be freed when every reference to the object are removed. \return 0 when success, nonzero when failure happens