Function tvm::runtime::function::ffi::TVMObjectRetain[][src]

pub unsafe extern "C" fn TVMObjectRetain(obj: *mut c_void) -> i32
Expand description

\brief Increase the reference count of an object.

\param obj The object handle. \note Internally we increase the reference counter of the object. \return 0 when success, nonzero when failure happens