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

Function TEST

test/mean.cpp:221–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221TEST(MeanAll, f64) { meanAllTest<double>(2.1, dim4(10, 10, 1, 1)); }
222
223TEST(MeanAll, f32) { meanAllTest<float>(2.1f, dim4(10, 5, 2, 1)); }
224

Callers

nothing calls this directly

Calls 8

randuFunction · 0.85
constantFunction · 0.85
hostMethod · 0.80
asMethod · 0.80
dim4Class · 0.50
meanFunction · 0.50
dimsMethod · 0.45
elementsMethod · 0.45

Tested by

no test coverage detected