Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1065
array 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
1070
TEST(SeqIndex, CPP_SCOPE_SEQ) {
1071
const int num = 20;
Callers
1
TEST
Function · 0.85
Calls
1
constant
Function · 0.85
Tested by
no test coverage detected