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