MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / make_tuple

Function make_tuple

test/argument_test.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38template <class... Ts>
39static migraphx::argument make_tuple(Ts... xs)
40{
41 return migraphx::argument{{as_argument(std::move(xs))...}};
42}
43
44TEST_CASE(copy_eq)
45{

Callers 5

reflectable_typeClass · 0.70
TEST_CASEFunction · 0.70
TEST_CASEFunction · 0.50
run_programFunction · 0.50
scan_testFunction · 0.50

Calls 1

as_argumentFunction · 0.85

Tested by

no test coverage detected