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

Function TEST

test/reduce.cpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200#undef REDUCE_TESTS
201
202TEST(Reduce, Test_Reduce_Big0) {
203 reduceTest<int, int, af_sum>(string(TEST_DIR "/reduce/big0.test"), 0);
204}
205
206/*
207TEST(Reduce,Test_Reduce_Big1)

Callers

nothing calls this directly

Calls 15

constantFunction · 0.85
anyTrueFunction · 0.85
allTrueFunction · 0.85
countFunction · 0.85
reduce_by_key_testFunction · 0.85
roundFunction · 0.85
randuFunction · 0.85
freeHostFunction · 0.85
seqClass · 0.85
productFunction · 0.85
sumByKeyFunction · 0.85
productByKeyFunction · 0.85

Tested by

no test coverage detected