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

Function TEST

test/scan.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119SCAN_TESTS(accum, ushort, ushort, uint);
120
121TEST(Scan, Test_Scan_Big0) {
122 scanTest<int, int, af_accum>(string(TEST_DIR "/scan/big0.test"), 0);
123}
124
125TEST(Scan, Test_Scan_Big1) {
126 scanTest<int, int, af_accum>(string(TEST_DIR "/scan/big1.test"), 1);

Callers

nothing calls this directly

Calls 11

accumFunction · 0.85
constantFunction · 0.85
seqClass · 0.85
hostMethod · 0.80
TMethod · 0.80
transformFunction · 0.50
rangeFunction · 0.50
dim4Class · 0.50
scanFunction · 0.50
reorderFunction · 0.50
elementsMethod · 0.45

Tested by

no test coverage detected