| 62 | return migraphx::pack(f(self.comment, "comment")); |
| 63 | } |
| 64 | std::string name() const { return "nary"; } |
| 65 | migraphx::argument |
| 66 | compute(migraphx::context&, const migraphx::shape&, std::vector<migraphx::argument> args) const |
| 67 | { |
no outgoing calls
no test coverage detected