MCPcopy 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
64af_err af_get_elements(dim_t *elems, const af_array arr) {
65 CHECK_ARRAYS(arr);
66 CALL(af_get_elements, elems, arr);
67}
68
69af_err af_get_type(af_dtype *type, const af_array arr) {
70 CHECK_ARRAYS(arr);

Callers 15

transformCoordinatesTestFunction · 0.85
iterDeconvImageTestFunction · 0.85
bilateralTestFunction · 0.85
moddimsTestFunction · 0.85
invDeconvImageTestFunction · 0.85
glohTestFunction · 0.85
trsTestFunction · 0.85
harrisTestFunction · 0.85
siftTestFunction · 0.85
fftconvolveTestFunction · 0.85
DimCheckFunction · 0.85
DimCheck2DFunction · 0.85

Calls

no outgoing calls

Tested by 1

conv_imageFunction · 0.68