Home
last modified time | relevance | path

Searched refs:shuffled_shape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dreduction_ops_common.h116 TensorShape shuffled_shape();
226 helper.shuffled_shape(),
Dreduction_ops_common.cc35 TensorShape ReductionHelper::shuffled_shape() { in shuffled_shape() function in tensorflow::ReductionHelper
/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc132 Shape shuffled_shape; in ExportFloatArray() local
134 &shuffled_shape); in ExportFloatArray()
136 ShuffleArray(input_shape, input_axes_order, output_axes_order, shuffled_shape, in ExportFloatArray()
139 ExportFloatArray(shuffled_shape, shuffled_data.data(), output_tensor, in ExportFloatArray()