pub unsafe extern "C" fn hipGraphNodeGetType(
node: hipGraphNode_t,
pType: *mut hipGraphNodeType,
) -> hipError_t
Expand description
@brief Returns a node’s type.
@param [in] node - instance of the graph to add dependencies. @param [out] pType - pointer to the return the type @returns #hipSuccess, #hipErrorInvalidValue
@warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.