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

Function isOwner

src/api/cpp/internal.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool isOwner(const array &in) {
51 bool is_owner = false;
52 AF_THROW(af_is_owner(&is_owner, in.get()));
53 return is_owner;
54}
55
56} // namespace af

Callers 5

TESTFunction · 0.85
deviceMethod · 0.85
deviceMethod · 0.85
deviceMethod · 0.85
deviceMethod · 0.85

Calls 2

af_is_ownerFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected