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

Function testNameGeneratorLR

test/select.cpp:400–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400string testNameGeneratorLR(
401 const ::testing::TestParamInfo<SelectLR_::ParamType> info) {
402 stringstream ss;
403 ss << "out_" << pd4(info.param.out) << "_cond_" << pd4(info.param.cond)
404 << "_ab_" << pd4(info.param.ab);
405 return ss.str();
406}
407
408INSTANTIATE_TEST_SUITE_P(SmallDims, SelectLR_,
409 ::testing::ValuesIn(getSelectLRTestParams(10, 5)),

Callers

nothing calls this directly

Calls 1

pd4Function · 0.70

Tested by

no test coverage detected