pub unsafe extern "C" fn hipGraphAddChildGraphNode(
pGraphNode: *mut hipGraphNode_t,
graph: hipGraph_t,
pDependencies: *const hipGraphNode_t,
numDependencies: usize,
childGraph: hipGraph_t,
) -> hipError_tExpand description
@brief Creates a child graph node and adds it to a graph.
@param [out] pGraphNode - Pointer to graph node that is created. @param [in] graph - Instance of the graph to add the created node. @param [in] pDependencies - const pointer to the dependencies of the memset execution node. @param [in] numDependencies - Number of dependencies. @param [in] childGraph - Graph to clone into this node @returns #hipSuccess, #hipErrorInvalidValue