Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ index_test
Class
index_test
test/gen_index.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
using std::vector;
37
38
struct index_test {
39
string filename_;
40
dim4 dims_;
41
index_test(string filename, dim4 dims) : filename_(filename), dims_(dims) {}
42
};
43
44
using index_params = std::tuple<index_test, af_dtype, af_dtype>;
45
Callers
1
gen_index.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected