Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/
Dgen_op_registration.cc28 RE2::GlobalReplace(&method, "([a-z])([A-Z])", "\\1_\\2"); in NormalizeCustomOpName()
/external/tensorflow/tensorflow/core/kernels/
Dregex_replace_op.cc57 RE2::GlobalReplace(&buf, regex, rewrite); in InternalCompute()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/fuzzing/
Dre2_fuzzer.cc124 RE2::GlobalReplace(&s, re, ""); in TestOneInput()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dre2_test.cc184 ASSERT_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count) in TEST()
233 ASSERT_FALSE(RE2::GlobalReplace(&s, "f(o+)", "\\1\\2")); in TEST()
1627 ASSERT_EQ(3, RE2::GlobalReplace(&s, "a*", "d")); in TEST()
1631 ASSERT_EQ(3, RE2::GlobalReplace(&s, "Ć*", "Ĉ")); in TEST()
1635 ASSERT_EQ(3, RE2::GlobalReplace(&s, "大*", "小")); in TEST()
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc204 RE2::GlobalReplace(&message, *pattern, "\\1\\2\\3"); in InterpolateErrorMessage()
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc689 RE2::GlobalReplace(&hlo_profile_as_string, "(Arg_)([0-9].)", "arg\\2"); in TEST()
695 RE2::GlobalReplace(&hlo_profile_as_string, "(%[a-zA-Z0-9]*)[.0-9]*", "\\1"); in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h393 static int GlobalReplace(std::string *str,
Dpcre.cc396 int PCRE::GlobalReplace(std::string *str, in GlobalReplace() function in re2::PCRE
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc73 RE2::GlobalReplace(&out, oldsub, newsub); in StringReplace()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.h442 static int GlobalReplace(std::string* str,
Dre2.cc425 int RE2::GlobalReplace(std::string* str, in GlobalReplace() function in re2::RE2
/external/tensorflow/tensorflow/lite/toco/
Ddump_graphviz.cc119 RE2::GlobalReplace(&s, R"CODE(_\d+)CODE", ""); in HashStringToColor()