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

Function modDims

src/api/c/moddims.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace {
32template<typename T>
33af_array modDims(const af_array in, const dim4& newDims) {
34 return getHandle(arrayfire::common::modDims(getArray<T>(in), newDims));
35}
36template<typename T>
37af_array flat(const af_array in) {
38 return getHandle(arrayfire::common::flat(getArray<T>(in)));

Callers 4

hist_equalFunction · 0.70
arithOpBroadcastFunction · 0.70
assignFunction · 0.70
setup_surfaceFunction · 0.70

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected