| 90 | std::vector<std::size_t> output_alias(const std::vector<migraphx::shape>&) const { return {0}; } |
| 91 | |
| 92 | migraphx::value |
| 93 | compile(migraphx::context&, const migraphx::shape&, const std::vector<migraphx::shape>&) |
| 94 | { |
| 95 | return {{"compiled", true}}; |
| 96 | } |
| 97 | }; |
| 98 | |
| 99 | TEST_CASE(operation_copy_test) |
no outgoing calls