Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dreduce_join_op.cc168 for (int64 reduction_index = 0; reduction_index < reduction_iter_size; in Compute() local
169 ++reduction_index) { in Compute()
171 reduction_index, reduced_indices, input_shape, strides); in Compute()
172 curr_strings[reduction_index] = in Compute()
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc1137 const T reduction_index = reduction_indices(i); in ReductionShapeHelper() local
1138 if (reduction_index < -input_rank || reduction_index >= input_rank) { in ReductionShapeHelper()
1140 reduction_index, " for input with ", in ReductionShapeHelper()
1144 auto wrapped_index = reduction_index; in ReductionShapeHelper()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc577 const int32 reduction_index = reduction_indices[i]; in ProcessTensorFlowReductionOperator() local
578 if (reduction_index < -input_rank || reduction_index >= input_rank) { in ProcessTensorFlowReductionOperator()
579 CHECK(false) << "Invalid reduction dimension " << reduction_index in ProcessTensorFlowReductionOperator()
582 int32 wrapped_index = reduction_index; in ProcessTensorFlowReductionOperator()