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

Function rotate

src/api/c/rotate.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31template<typename T>
32static inline af_array rotate(const af_array in, const float theta,
33 const af::dim4 &odims,
34 const af_interp_type method) {
35 return getHandle(rotate<T>(castArray<T>(in), theta, odims, method));
36}
37
38af_err af_rotate(af_array *out, const af_array in, const float theta,
39 const bool crop, const af_interp_type method) {

Callers 4

TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
img_test_demoFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected