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

Method host

src/api/cpp/array.cpp:328–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void array::host(void *ptr) const { AF_THROW(af_get_data_ptr(ptr, get())); }
329
330af_array array::get() { return arr; }
331

Callers 15

TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
stdevDimTestFunction · 0.80
stdevDimIndexTestFunction · 0.80
TESTFunction · 0.80
replaceTestFunction · 0.80
replaceScalarTestFunction · 0.80
TESTFunction · 0.80
replace.cppFile · 0.80

Calls 2

af_get_data_ptrFunction · 0.50
getFunction · 0.50

Tested by 4

imageEqFunction · 0.64
toCooVectorFunction · 0.64
elemWiseEqFunction · 0.64
assertArrayEqFunction · 0.64