pub unsafe extern "C" fn hipGraphExecHostNodeSetParams(
hGraphExec: hipGraphExec_t,
node: hipGraphNode_t,
pNodeParams: *const hipHostNodeParams,
) -> hipError_tExpand description
@brief Sets the parameters for a host 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 - Pointer to the parameters. @returns #hipSuccess, #hipErrorInvalidValue @warning This API is marked as Beta. While this feature is complete, it can change and might have outstanding issues.