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

Method compute

test/eval_test.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72{
73 std::string name() const { return "id_ctx_final_op"; }
74 migraphx::argument compute(const migraphx::shape&, std::vector<migraphx::argument> args) const
75 {
76 if(args.empty())
77 return {};
78 return args.front();
79 }
80
81 void finalize(id_target::context&, const migraphx::shape&, const std::vector<migraphx::shape>&)
82 {

Callers

nothing calls this directly

Calls 2

frontMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected