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

Function resize

src/api/c/resize.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28template<typename T>
29static inline af_array resize(const af_array in, const dim_t odim0,
30 const dim_t odim1, const af_interp_type method) {
31 return getHandle(resize<T>(getArray<T>(in), odim0, odim1, method));
32}
33
34af_err af_resize(af_array* out, const af_array in, const dim_t odim0,
35 const dim_t odim1, const af_interp_type method) {

Callers 6

TESTFunction · 0.50
gforFunction · 0.50
TESTFunction · 0.50
digZoomFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected