Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dreduce_join_op.cc163 gtl::InlinedVector<StringPiece, 8> curr_strings(reduction_iter_size); in Compute() local
172 curr_strings[reduction_index] = in Compute()
176 str_util::Join(curr_strings, separator_.c_str()); in Compute()