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

Function index

src/backend/cpu/kernel/anisotropic_diffusion.hpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace kernel {
26
27int index(int x, int y, int stride1) { return y * stride1 + x; }
28
29float quad(float value) { return 1.0f / (1.0f + value); }
30

Callers 1

anisotropicDiffusionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected