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

Function TEST

test/gen_index.cpp:180–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180TEST(GeneralIndex, ASSS) {
181 af_index_t indexs[4];
182 indexs[1].idx.seq = af_make_seq(0, 9, 1);
183 indexs[2].idx.seq = af_span;
184 indexs[3].idx.seq = af_span;
185 indexs[0].isSeq = false;
186 indexs[1].isSeq = true;
187 indexs[2].isSeq = true;
188 indexs[3].isSeq = true;
189
190 testGeneralIndexOneArray(string(TEST_DIR "/gen_index/as0_9s0_ns0_n.test"),
191 4, indexs, 0);
192}
193
194TEST(GeneralIndex, SASS) {
195 af_index_t indexs[2];

Callers

nothing calls this directly

Calls 13

testGeneralIndexOneArrayFunction · 0.85
randuFunction · 0.85
seqClass · 0.85
freeHostFunction · 0.85
af_make_seqFunction · 0.50
af_create_arrayFunction · 0.50
af_index_genFunction · 0.50
af_get_data_ptrFunction · 0.50
af_release_arrayFunction · 0.50
whereFunction · 0.50
ndimsMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected