| 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 | { |