Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_def_builder.cc60 bool ConsumeQuotedString(char quote_ch, StringPiece* sp, StringPiece* out) { in ConsumeQuotedString() function
189 VERIFY(ConsumeQuotedString('"', &spec, &escaped_string) || in FinalizeAttr()
190 ConsumeQuotedString('\'', &spec, &escaped_string), in FinalizeAttr()