pub unsafe extern "C" fn hipDrvGraphExecMemsetNodeSetParams(
hGraphExec: hipGraphExec_t,
hNode: hipGraphNode_t,
memsetParams: *const hipMemsetParams,
ctx: hipCtx_t,
) -> hipError_tExpand description
@brief Sets the parameters for a memset node in the given graphExec.
@param [in] hGraphExec - instance of the executable graph with the node. @param [in] hNode - instance of the node to set parameters to. @param [in] memsetParams - pointer to the parameters. @param [in] ctx - cotext related to current device. @returns #hipSuccess, #hipErrorInvalidValue