hipGraphDestroyNode

Function hipGraphDestroyNode 

Source
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. While this feature is complete, it can change and might have outstanding issues.