pub unsafe extern "C" fn hipGraphExecChildGraphNodeSetParams(
hGraphExec: hipGraphExec_t,
node: hipGraphNode_t,
childGraph: hipGraph_t,
) -> hipError_tExpand 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