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

Function testNameGenerator

test/select.cpp:316–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316string testNameGenerator(
317 const ::testing::TestParamInfo<Select_::ParamType> info) {
318 stringstream ss;
319 ss << "out_" << pd4(info.param.out) << "_cond_" << pd4(info.param.cond)
320 << "_a_" << pd4(info.param.a) << "_b_" << pd4(info.param.b);
321 return ss.str();
322}
323
324vector<select_params> getSelectTestParams(int M, int N) {
325 const select_params _[] = {

Callers

nothing calls this directly

Calls 1

pd4Function · 0.70

Tested by

no test coverage detected