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.cc104 tstring* to_strings = in Concat() local
112 to_strings[offset + i] = from_strings(i); in Concat()
169 tstring* to_strings = reinterpret_cast<tstring*>( in Split() local
174 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