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

Method compute

test/eval_test.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52{
53 std::string name() const { return ""; }
54 migraphx::argument
55 compute(id_target::context&, const migraphx::shape&, std::vector<migraphx::argument> args) const
56 {
57 if(args.empty())
58 return {};
59 return args.front();
60 }
61
62 migraphx::shape compute_shape(std::vector<migraphx::shape> inputs) const
63 {

Callers 1

TEST_CASEFunction · 0.45

Calls 2

frontMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected