pub unsafe extern "C" fn hipGraphReleaseUserObject(
    graph: *mut ihipGraph,
    object: *mut hipUserObject,
    count: u32
) -> hipError_t
Expand description

@brief Release user object from graphs.

@param [in] graph - pointer to graph to retain the user object for. @param [in] object - pointer to instace of userobj. @param [in] count - reference to resource to be retained. @returns #hipSuccess, #hipErrorInvalidValue @warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.