Function tvm_sys::ffi::TVMObjectRetain [−][src]
pub unsafe extern "C" fn TVMObjectRetain(
obj: TVMObjectHandle
) -> c_int
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