Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
void array::host(void *ptr) const { AF_THROW(af_get_data_ptr(ptr, get())); }
329
330
af_array array::get() { return arr; }
331
Callers
15
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
stdevDimTest
Function · 0.80
stdevDimIndexTest
Function · 0.80
TEST
Function · 0.80
replaceTest
Function · 0.80
replaceScalarTest
Function · 0.80
TEST
Function · 0.80
replace.cpp
File · 0.80
Calls
2
af_get_data_ptr
Function · 0.50
get
Function · 0.50
Tested by
4
imageEq
Function · 0.64
toCooVector
Function · 0.64
elemWiseEq
Function · 0.64
assertArrayEq
Function · 0.64