pub unsafe extern "C" fn hipGraphNodeFindInClone(
pNode: *mut hipGraphNode_t,
originalNode: hipGraphNode_t,
clonedGraph: hipGraph_t,
) -> 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.