Function tvm::runtime::function::ffi::TVMObjectRetain [−][src]
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