Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getLabel
Method
getLabel
src/backend/cpu/kernel/regions.hpp:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
LabelNode(T label) : label(label), minLabel(label), rank(0), parent(this) {}
31
32
T getLabel() { return label; }
33
34
T getMinLabel() { return minLabel; }
35
Callers
1
regions
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected