pub unsafe extern "C" fn hipGraphExecNodeSetParams(
graphExec: hipGraphExec_t,
node: hipGraphNode_t,
nodeParams: *mut hipGraphNodeParams,
) -> hipError_tExpand description
@brief Updates parameters of an executable graph’s node.
@param [in] graphExec - Instance of the executable graph. @param [in] node - Instance of the node to set parameters to. @param [in] nodeParams - Pointer to the parameters to be set. @returns #hipSuccess, #hipErrorInvalidValue, #hipErrorInvalidDeviceFunction, #hipErrorNotSupported.