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