| 271 | } |
| 272 | |
| 273 | std::vector<int64_t> normalize_indices(const std::vector<int64_t>& indices, |
| 274 | const std::vector<int64_t>& axes, |
| 275 | const shape& input_shape, |
| 276 | const value& attr_val, |
| 277 | const std::string& prefix) |
| 278 | { |
| 279 | return tune_attribute(indices, axes, attr_val, input_shape, [&] { return prefix; }); |
| 280 | } |
| 281 | |
| 282 | } // namespace MIGRAPHX_INLINE_NS |
| 283 | } // namespace migraphx |
no test coverage detected