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

Function as_argument

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

Source from the content-addressed store, hash-verified

30#include "test.hpp"
31
32static migraphx::argument as_argument(migraphx::argument a) { return a; }
33template <class T>
34static migraphx::argument as_argument(T x)
35{

Callers 2

make_tupleFunction · 0.85
TEST_CASEFunction · 0.85

Calls 1

get_argumentMethod · 0.80

Tested by

no test coverage detected