Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
38
template <class... Ts>
39
static migraphx::argument make_tuple(Ts... xs)
40
{
41
return migraphx::argument{{as_argument(std::move(xs))...}};
42
}
43
44
TEST_CASE(copy_eq)
45
{
Callers
5
reflectable_type
Class · 0.70
TEST_CASE
Function · 0.70
TEST_CASE
Function · 0.50
run_program
Function · 0.50
scan_test
Function · 0.50
Calls
1
as_argument
Function · 0.85
Tested by
no test coverage detected