pub unsafe extern "C" fn hipGraphNodeSetParams(
node: hipGraphNode_t,
nodeParams: *mut hipGraphNodeParams,
) -> hipError_tExpand description
@brief Updates parameters of a created node.
@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.