pub unsafe extern "C" fn hipGraphAddEmptyNode(
pGraphNode: *mut hipGraphNode_t,
graph: hipGraph_t,
pDependencies: *const hipGraphNode_t,
numDependencies: usize,
) -> hipError_tExpand description
@brief Creates an empty node and adds it to a graph.
@param [out] pGraphNode - Pointer to graph node that is created. @param [in] graph - Instance of the graph the node is added to. @param [in] pDependencies - const pointer to the node dependencies. @param [in] numDependencies - Number of dependencies. @returns #hipSuccess, #hipErrorInvalidValue