Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/test/
Dtest_utils.h131 std::vector<T> ParseList(const std::string& to_parse) { in ParseList() argument
134 std::istringstream str(to_parse); in ParseList()
/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc404 string to_parse; in ParseAttrValue() local
424 to_parse = strings::StrCat("list { ", field_name, ": ", text, " }"); in ParseAttrValue()
426 to_parse = strings::StrCat(field_name, ": ", text); in ParseAttrValue()
429 return ProtoParseFromString(to_parse, out); in ParseAttrValue()