MCPcopy 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

writeHostDataArrayFunction · 0.45
writeDeviceDataArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected