HomeSort by relevance Sort by last modified time
    Searched refs:StringReplace (Results 26 - 34 of 34) sorted by null

12

  /external/tensorflow/tensorflow/compiler/aot/
codegen.cc 149 return str_util::StringReplace(code, "{{NAME}}", name, /*replace_all=*/true);
  /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...]
strutil.h 197 // StringReplace()
204 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
    [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 698 text = StringReplace(text, "e+0", "e+", true);
699 text = StringReplace(text, "e-0", "e-", true);
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.cc 529 return str_util::StringReplace(placer_.get_canonical_device_name(*node), ":",
    [all...]
  /external/tensorflow/tensorflow/python/eager/
python_eager_op_gen.cc     [all...]
  /external/tensorflow/tensorflow/python/framework/
python_op_gen.cc 867 result.append(str_util::StringReplace(ops_text, "\n", "\n# ", true));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc     [all...]

Completed in 578 milliseconds

12