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

Function select_info

test/jit.cpp:654–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654std::string select_info(
655 const ::testing::TestParamInfo<std::tuple<int, int, int>> info) {
656 return "a_" + to_string(get<0>(info.param)) + "_b_" +
657 to_string(get<1>(info.param)) + "_cond_" +
658 to_string(get<2>(info.param));
659}
660
661class JITSelect : public ::testing::TestWithParam<std::tuple<int, int, int>> {
662 protected:

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected