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

Class selectlr_params

test/select.cpp:378–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378struct selectlr_params {
379 dim4 out;
380 dim4 cond;
381 dim4 ab;
382 selectlr_params(dim4 out_, dim4 cond_, dim4 ab_)
383 : out(out_), cond(cond_), ab(ab_) {}
384};
385
386class SelectLR_ : public ::testing::TestWithParam<selectlr_params> {};
387

Callers 1

getSelectLRTestParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected