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

Method isOwner

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

Source from the content-addressed store, hash-verified

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

Callers 2

writeHostDataArrayFunction · 0.45
writeDeviceDataArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected