Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_get_elements
Function
af_get_elements
src/api/unified/array.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
af_err af_get_elements(dim_t *elems, const af_array arr) {
65
CHECK_ARRAYS(arr);
66
CALL(af_get_elements, elems, arr);
67
}
68
69
af_err af_get_type(af_dtype *type, const af_array arr) {
70
CHECK_ARRAYS(arr);
Callers
15
transformCoordinatesTest
Function · 0.85
iterDeconvImageTest
Function · 0.85
bilateralTest
Function · 0.85
moddimsTest
Function · 0.85
invDeconvImageTest
Function · 0.85
glohTest
Function · 0.85
trsTest
Function · 0.85
harrisTest
Function · 0.85
siftTest
Function · 0.85
fftconvolveTest
Function · 0.85
DimCheck
Function · 0.85
DimCheck2D
Function · 0.85
Calls
no outgoing calls
Tested by
1
conv_image
Function · 0.68