| 2177 | } |
| 2178 | |
| 2179 | void ShuffleArray(const Shape& input_shape, AxesOrder input_axes_order, |
| 2180 | AxesOrder output_axes_order, const Shape& output_shape, |
| 2181 | const uint8* input_data, uint8* output_data) { |
| 2182 | ShuffleArrayTemplate<uint8>(input_shape, input_axes_order, output_axes_order, |
| 2183 | output_shape, input_data, output_data); |
| 2184 | } |
| 2185 | |
| 2186 | void ShuffleArray(const Shape& input_shape, AxesOrder input_axes_order, |
| 2187 | AxesOrder output_axes_order, const Shape& output_shape, |
no outgoing calls
no test coverage detected