pub unsafe extern "C" fn hipGraphNodeFindInClone(
    pNode: *mut *mut hipGraphNode,
    originalNode: *mut hipGraphNode,
    clonedGraph: *mut ihipGraph
) -> hipError_t
Expand description

@brief Finds a cloned version of a node.

@param [out] pNode - Returns the cloned node. @param [in] originalNode - original node handle. @param [in] clonedGraph - Cloned graph to query. @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.