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