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

Function shift

src/api/c/shift.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26template<typename T>
27static inline af_array shift(const af_array in, const int sdims[4]) {
28 return getHandle(shift<T>(getArray<T>(in), sdims));
29}
30
31af_err af_shift(af_array *out, const af_array in, const int sdims[4]) {
32 try {

Callers 6

iterDeconvFunction · 0.70
invDeconvFunction · 0.70
TESTFunction · 0.50
median_testFunction · 0.50
TESTFunction · 0.50
collide_streamFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected