Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
namespace kernel {
26
27
int index(int x, int y, int stride1) { return y * stride1 + x; }
28
29
float quad(float value) { return 1.0f / (1.0f + value); }
30
Callers
1
anisotropicDiffusion
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected