MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / isReady

Method isReady

src/backend/oneapi/Array.hpp:253–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 ~Array() = default;
252
253 bool isReady() const { return static_cast<bool>(node) == false; }
254 bool isOwner() const { return owner; }
255
256 void eval();

Callers 4

joinFunction · 0.45
evalMultipleFunction · 0.45
copyDataFunction · 0.45
copyArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected