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

Function concat_dim4

test/jit.cpp:509–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509std::string concat_dim4(dim4 d) {
510 std::stringstream ss;
511 ss << d;
512 std::string s = ss.str();
513 replace_all(s, " ", "_");
514 return s;
515}
516std::string tile_info(const ::testing::TestParamInfo<JIT::ParamType> info) {
517 std::stringstream ss;
518 ss << "in_" << concat_dim4(info.param.in_dim) << "_tile_"

Callers 1

tile_infoFunction · 0.70

Calls 1

replace_allFunction · 0.70

Tested by

no test coverage detected