Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_util.cc97 string* to_strings = in Concat() local
105 to_strings[offset + i] = from_strings(i); in Concat()
162 string* to_strings = reinterpret_cast<string*>( in Split() local
167 to_strings[i] = from_strings(offset + i); in Split()
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm503 sub to_strings { method in ANTLR::Runtime::BaseRecognizer