pub unsafe extern "C" fn hipGraphExecChildGraphNodeSetParams(
    hGraphExec: *mut hipGraphExec,
    node: *mut hipGraphNode,
    childGraph: *mut ihipGraph
) -> hipError_t
Expand description

@brief Updates node parameters in the child graph node in the given graphExec.

@param [in] hGraphExec - instance of the executable graph with the node. @param [in] node - node from the graph which was used to instantiate graphExec. @param [in] childGraph - child graph with updated parameters. @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.