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

Function af_transform

src/api/c/transform.cpp:170–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170af_err af_transform(af_array *out, const af_array in, const af_array tf,
171 const dim_t odim0, const dim_t odim1,
172 const af_interp_type method, const bool inverse) {
173 try {
174 af_transform_common(out, in, tf, odim0, odim1, method, inverse, true);
175 }
176 CATCHALL;
177
178 return AF_SUCCESS;
179}
180
181af_err af_transform_v2(af_array *out, const af_array in, const af_array tf,
182 const dim_t odim0, const dim_t odim1,

Callers 6

af_translateFunction · 0.70
af_scaleFunction · 0.70
af_skewFunction · 0.70
transformTestFunction · 0.50
TEST_FFunction · 0.50
transformFunction · 0.50

Calls 1

af_transform_commonFunction · 0.85

Tested by

no test coverage detected