HomeSort by relevance Sort by last modified time
    Searched defs:StringReplace (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/framework/
op_gen_lib.cc 248 static void StringReplace(const string& from, const string& to, string* s) {
275 StringReplace(from_quoted, to_quoted,
281 StringReplace(from_quoted, to_quoted,
287 StringReplace(from_quoted, to_quoted,
292 StringReplace(from_quoted, to_quoted, api_def->mutable_summary());
295 StringReplace(from_quoted, to_quoted, api_def->mutable_description());
  /external/tensorflow/tensorflow/core/lib/strings/
str_util.cc 329 string StringReplace(StringPiece s, StringPiece oldsub, StringPiece newsub,
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_utils.cc 68 string StringReplace(const string& str, const string& oldsub,
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 125 // StringReplace()
131 void StringReplace(const string& s, const string& oldsub,
154 // StringReplace()
162 string StringReplace(const string& s, const string& oldsub,
165 StringReplace(s, oldsub, newsub, replace_all, &ret);
    [all...]

Completed in 102 milliseconds