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