MCPcopy 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

36using std::vector;
37
38struct index_test {
39 string filename_;
40 dim4 dims_;
41 index_test(string filename, dim4 dims) : filename_(filename), dims_(dims) {}
42};
43
44using index_params = std::tuple<index_test, af_dtype, af_dtype>;
45

Callers 1

gen_index.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected