Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ isOwner
Method
isOwner
src/backend/cpu/Array.hpp:234–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
bool isReady() const { return static_cast<bool>(node) == false; }
233
234
bool isOwner() const { return owner; }
235
236
void eval();
237
void eval() const;
Callers
3
writeHostDataArray
Function · 0.45
writeDeviceDataArray
Function · 0.45
af_is_owner
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected