Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dreduce_join_op.cc93 gtl::InlinedVector<int32, 8>* unreduced_indices) { in MakeUnreducedIndices() argument
95 if (!index_is_reduced[index]) unreduced_indices->push_back(index); in MakeUnreducedIndices()
150 gtl::InlinedVector<int32, 8> unreduced_indices; in Compute() local
151 MakeUnreducedIndices(index_is_reduced, input_dims, &unreduced_indices); in Compute()
167 output_index, unreduced_indices, input_shape, strides); in Compute()