Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ isOwner
Function
isOwner
src/api/cpp/internal.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool isOwner(const array &in) {
51
bool is_owner = false;
52
AF_THROW(af_is_owner(&is_owner, in.get()));
53
return is_owner;
54
}
55
56
} // namespace af
Callers
5
TEST
Function · 0.85
device
Method · 0.85
device
Method · 0.85
device
Method · 0.85
device
Method · 0.85
Calls
2
af_is_owner
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected