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

Function wrap

src/api/c/wrap.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28template<typename T>
29static inline void wrap(af_array* out, const af_array in, const dim_t wx,
30 const dim_t wy, const dim_t sx, const dim_t sy,
31 const dim_t px, const dim_t py, const bool is_column) {
32 wrap<T>(getArray<T>(*out), getArray<T>(in), wx, wy, sx, sy, px, py,
33 is_column);
34}
35
36void af_wrap_common(af_array* out, const af_array in, const dim_t ox,
37 const dim_t oy, const dim_t wx, const dim_t wy,

Callers 2

wrapTestFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected