MCPcopy 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
143static void bench_naive() { dist_naive(A, B); }
144
145static void bench_vec() { dist_vec(A, B); }
146

Callers

nothing calls this directly

Calls 1

dist_naiveFunction · 0.85

Tested by

no test coverage detected