Home
last modified time | relevance | path

Searched refs:ShuffleArray (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.h290 void ShuffleArray(const Shape& input_shape, AxesOrder input_axes_order,
293 void ShuffleArray(const Shape& input_shape, AxesOrder input_axes_order,
Dtooling_util.cc2146 void ShuffleArray(const Shape& input_shape, AxesOrder input_axes_order, in ShuffleArray() function
2153 void ShuffleArray(const Shape& input_shape, AxesOrder input_axes_order, in ShuffleArray() function
Dexport_tensorflow.cc133 ShuffleArray(input_shape, input_axes_order, output_axes_order, shuffled_shape, in ExportFloatArray()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_reorder_axes.cc71 ShuffleArray(input_shape, input_axes_order, output_axes_order, output_shape, in ReorderAxes()