| 228 | } |
| 229 | |
| 230 | instruction_ref add_common_op(module& m, |
| 231 | const operation& op, |
| 232 | std::vector<instruction_ref> inputs, |
| 233 | common_options options) |
| 234 | { |
| 235 | return insert_common_op(m, m.end(), op, std::move(inputs), options); |
| 236 | } |
| 237 | |
| 238 | shape make_bcast_shape(const shape& input_shape, const std::vector<std::size_t>& bcast_lens) |
| 239 | { |