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

Function reorder

src/api/cpp/data.cpp:259–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259array reorder(const array &in, const unsigned x, const unsigned y,
260 const unsigned z, const unsigned w) {
261 af_array out = 0;
262 AF_THROW(af_reorder(&out, in.get(), x, y, z, w));
263 return array(out);
264}
265
266array shift(const array &in, const int x, const int y, const int z,
267 const int w) {

Callers 15

TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TEST_PFunction · 0.50
TYPED_TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
toTempFormatFunction · 0.50

Calls 3

af_reorderFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by 1

toTempFormatFunction · 0.40