pub unsafe extern "C" fn hipGraphExecNodeSetParams(
graphExec: hipGraphExec_t,
node: hipGraphNode_t,
nodeParams: *mut hipGraphNodeParams,
) -> hipError_tExpand description
@brief Updates parameters of a created node on executable graph.
@param [in] graphExec - instance of executable graph. @param [in] node - instance of the node to set parameters to. @param [in] nodeParams - pointer to the parameters. @returns #hipSuccess, #hipErrorInvalidValue, #hipErrorInvalidDeviceFunction, #hipErrorNotSupported. @warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.