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

Function concat_dim4

test/blas.cpp:609–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609std::string concat_dim4(dim4 d) {
610 std::stringstream ss;
611 ss << d;
612 std::string s = ss.str();
613 replace_all(s, " ", "x");
614 return s;
615}
616
617string out_info(const ::testing::TestParamInfo<Gemm::ParamType> info) {
618 test_params params = info.param;

Callers 1

out_infoFunction · 0.70

Calls 1

replace_allFunction · 0.70

Tested by

no test coverage detected