HomeSort by relevance Sort by last modified time
    Searched refs:shuffled_shape (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
reduction_ops_common.h 123 TensorShape shuffled_shape();
223 helper.shuffled_shape(), &shuffled,
reduction_ops_common.cc 35 TensorShape ReductionHelper::shuffled_shape() { function in class:tensorflow::ReductionHelper
  /external/tensorflow/tensorflow/contrib/lite/toco/
export_tensorflow.cc 117 Shape shuffled_shape; local
119 &shuffled_shape);
121 ShuffleArray(input_shape, input_axes_order, output_axes_order, shuffled_shape,
124 ExportFloatArray(shuffled_shape, shuffled_data.data(), output_tensor,
    [all...]

Completed in 77 milliseconds