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

Function arg

test/fuse_concat.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48template <class F>
49static concat_arg<F> arg(std::string name, std::vector<migraphx::instruction_ref> inputs, F f)
50{
51 return {std::move(name), std::move(inputs), std::move(f)};
52}
53
54template <class Arg, class... Args>
55static migraphx::instruction_ref

Callers 3

TEST_CASEFunction · 0.70
TEST_CASEFunction · 0.70
TEST_CASEFunction · 0.70

Calls

no outgoing calls

Tested by 1

TEST_CASEFunction · 0.56