Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_util.cc102 auto from_strings = tensor.flat<string>(); in Concat() local
105 to_strings[offset + i] = from_strings(i); in Concat()
154 auto from_strings = tensor.flat<string>(); in Split() local
167 to_strings[i] = from_strings(offset + i); in Split()