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

Method isOwner

src/backend/cuda/Array.hpp:233–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231
232 bool isReady() const { return static_cast<bool>(node) == false; }
233 bool isOwner() const { return owner; }
234
235 void eval();
236 void eval() const;

Callers 2

writeHostDataArrayFunction · 0.45
writeDeviceDataArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected