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

Function tile_info

test/jit.cpp:516–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_"
519 << concat_dim4(info.param.tile);
520 return ss.str();
521}
522
523// clang-format off
524INSTANTIATE_TEST_SUITE_P(

Callers

nothing calls this directly

Calls 1

concat_dim4Function · 0.70

Tested by

no test coverage detected