Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
void array::host(void *ptr) const { AF_THROW(af_get_data_ptr(ptr, get())); }
329
330
af_array array::get() { return arr; }
331
332
af_array array::get() const { return const_cast<array *>(this)->get(); }
333
Callers
8
as
Method · 0.95
operator-
Method · 0.95
operator!
Method · 0.95
operator~
Method · 0.95
array_proxy gen_indexing
Method · 0.45
array
Method · 0.45
array.cpp
File · 0.45
eval
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected