Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ bench_naive
Function
bench_naive
examples/getting_started/vectorize.cpp:143–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
static void bench_naive() { dist_naive(A, B); }
144
145
static void bench_vec() { dist_vec(A, B); }
146
Callers
nothing calls this directly
Calls
1
dist_naive
Function · 0.85
Tested by
no test coverage detected