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

Function cpp_scope_seq_test

test/index.cpp:1065–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1063}
1064
1065array cpp_scope_seq_test(const int num, const float val, const seq s) {
1066 array a = constant(val, num);
1067 return a(s);
1068}
1069
1070TEST(SeqIndex, CPP_SCOPE_SEQ) {
1071 const int num = 20;

Callers 1

TESTFunction · 0.85

Calls 1

constantFunction · 0.85

Tested by

no test coverage detected