pub unsafe extern "C" fn hipGraphExecMemcpyNodeSetParams(
hGraphExec: hipGraphExec_t,
node: hipGraphNode_t,
pNodeParams: *mut hipMemcpy3DParms,
) -> hipError_tExpand description
@brief Sets the parameters of a memcpy node in the given graphExec.
@param [in] hGraphExec - Instance of the executable graph with the node. @param [in] node - Instance of the node to set parameters of. @param [in] pNodeParams - const pointer to the kernel node parameters. @returns #hipSuccess, #hipErrorInvalidValue