pub unsafe extern "C" fn hipGraphChildGraphNodeGetGraph(
    node: *mut hipGraphNode,
    pGraph: *mut *mut ihipGraph
) -> hipError_t
Expand description

@brief Gets a handle to the embedded graph of a child graph node.

@param [in] node - instane of the node to get child graph. @param [out] pGraph - pointer to get the graph. @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.