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

Function pd4

test/select.cpp:308–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306class Select_ : public ::testing::TestWithParam<select_params> {};
307
308string pd4(dim4 dims) {
309 string out(32, '\0');
310 int len = snprintf(const_cast<char*>(out.data()), 32, "%lld_%lld_%lld_%lld",
311 dims[0], dims[1], dims[2], dims[3]);
312 out.resize(len);
313 return out;
314}
315
316string testNameGenerator(
317 const ::testing::TestParamInfo<Select_::ParamType> info) {

Callers 2

testNameGeneratorFunction · 0.70
testNameGeneratorLRFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected