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

Function transform

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

Source from the content-addressed store, hash-verified

27
28template<typename T>
29static inline void transform(af_array *out, const af_array in,
30 const af_array tf, const af_interp_type method,
31 const bool inverse, const bool perspective) {
32 transform<T>(getArray<T>(*out), getArray<T>(in), getArray<float>(tf),
33 method, inverse, perspective);
34}
35
36AF_BATCH_KIND getTransformBatchKind(const dim4 &iDims, const dim4 &tDims) {
37 static const int baseDim = 2;

Callers 11

stdevAllTestFunction · 0.50
scanTestFunction · 0.50
TESTFunction · 0.50
sortTestFunction · 0.50
TESTFunction · 0.50
meanDimTestFunction · 0.50
whereTestFunction · 0.50
TYPED_TESTFunction · 0.50
reduceTestFunction · 0.50
cppReduceTestFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected