MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ShuffleArray

Function ShuffleArray

tensorflow/lite/toco/tooling_util.cc:2179–2184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2177}
2178
2179void 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
2186void ShuffleArray(const Shape& input_shape, AxesOrder input_axes_order,
2187 AxesOrder output_axes_order, const Shape& output_shape,

Callers 2

ExportFloatArrayFunction · 0.85
ReorderAxesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected