| 110 | |
| 111 | template <class... Ts> |
| 112 | migraphx::instruction_ref add_instruction(Ts... xs) |
| 113 | { |
| 114 | return mm->add_instruction(xs...); |
| 115 | } |
| 116 | |
| 117 | template <class... Ts> |
| 118 | migraphx::instruction_ref add_instruction_stream(std::size_t n, Ts... xs) |
no outgoing calls