pub unsafe extern "C" fn hipGraphClone(
pGraphClone: *mut hipGraph_t,
originalGraph: hipGraph_t,
) -> hipError_tExpand description
@brief Clones a graph.
@param [out] pGraphClone - Returns newly created cloned graph. @param [in] originalGraph - original graph to clone from. @returns #hipSuccess, #hipErrorInvalidValue, #hipErrorMemoryAllocation