pub unsafe extern "C" fn hipGraphDestroyNode(
node: hipGraphNode_t,
) -> hipError_t
Expand description
@brief Remove a node from the graph.
@param [in] node - graph node to remove @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.