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

Method get

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

Source from the content-addressed store, hash-verified

328void array::host(void *ptr) const { AF_THROW(af_get_data_ptr(ptr, get())); }
329
330af_array array::get() { return arr; }
331
332af_array array::get() const { return const_cast<array *>(this)->get(); }
333

Callers 8

asMethod · 0.95
operator-Method · 0.95
operator!Method · 0.95
operator~Method · 0.95
arrayMethod · 0.45
array.cppFile · 0.45
evalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected