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

Class select_params

test/select.cpp:297–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297struct select_params {
298 dim4 out;
299 dim4 cond;
300 dim4 a;
301 dim4 b;
302 select_params(dim4 out_, dim4 cond_, dim4 a_, dim4 b_)
303 : out(out_), cond(cond_), a(a_), b(b_) {}
304};
305
306class Select_ : public ::testing::TestWithParam<select_params> {};
307

Callers 1

getSelectTestParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected