Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ setParent
Method
setParent
src/backend/cpu/kernel/regions.hpp:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
void setMinLabel(T l) { minLabel = l; }
41
42
void setParent(LabelNode* p) { parent = p; }
43
44
void setRank(unsigned r) { rank = r; }
45
};
Callers
2
find
Function · 0.80
setUnion
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected