Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ make_vec
Function
make_vec
test/index.cpp:468–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
466
}
467
468
vector<af_seq> make_vec(af_seq first, af_seq second) {
469
vector<af_seq> out;
470
out.push_back(first);
471
out.push_back(second);
472
return out;
473
}
474
475
template<typename T>
476
class Indexing : public ::testing::Test {
Callers
2
SetUp
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected