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

Function TEST

test/gen_assign.cpp:86–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86TEST(GeneralAssign, ASSS) {
87 af_index_t indexs[2];
88 indexs[1].idx.seq = af_make_seq(0, 9, 1);
89 indexs[0].isSeq = false;
90 indexs[1].isSeq = true;
91
92 testGeneralAssignOneArray(string(TEST_DIR "/gen_assign/as0_9s0_ns0_n.test"),
93 2, indexs, 0);
94}
95
96TEST(GeneralAssign, SASS) {
97 af_index_t indexs[2];

Callers

nothing calls this directly

Calls 15

randuFunction · 0.85
freeHostFunction · 0.85
seqClass · 0.85
af_make_seqFunction · 0.50
af_create_arrayFunction · 0.50
af_assign_genFunction · 0.50
af_get_data_ptrFunction · 0.50
af_release_arrayFunction · 0.50
whereFunction · 0.50
af_create_indexersFunction · 0.50
af_set_array_indexerFunction · 0.50

Tested by

no test coverage detected