Home
last modified time | relevance | path

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

/external/libcxx/test/std/re/re.alg/re.alg.replace/
Dtest6.pass.cpp29 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
36 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
44 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
52 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
60 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
68 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
Dtest5.pass.cpp29 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
36 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
44 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
52 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
60 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
68 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
Dtest4.pass.cpp28 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
35 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
43 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
51 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
59 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
67 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
Dtest3.pass.cpp29 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
36 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
44 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
52 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
60 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
68 std::string r = std::regex_replace(phone_book, phone_numbers, in main()
Dtest2.pass.cpp36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
74 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
87 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
100 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
Dtest1.pass.cpp36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
74 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
87 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
100 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)), in main()
/external/tensorflow/tensorflow/python/kernel_tests/
Dregex_replace_op_test.py32 (gen_string_ops.regex_replace),
114 op = string_ops.regex_replace(input_vector, pattern, replace)
123 op = string_ops.regex_replace(input_vector, pattern, replace)
/external/tensorflow/tensorflow/python/ops/
Dstring_ops.py82 def regex_replace(input, pattern, rewrite, replace_global=True, name=None): function
108 return gen_string_ops.regex_replace(
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/
Dexport_simple_text_embedding.py72 normalized_sentences = tf.strings.regex_replace(
Dexport_text_rnn_model.py51 normalized_sentences = tf.strings.regex_replace(
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.strings.pbtxt28 name: "regex_replace"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.strings.pbtxt28 name: "regex_replace"
Dtensorflow.pbtxt1848 name: "regex_replace"
/external/libcxx/include/
Dregex621 regex_replace(OutputIterator out,
630 regex_replace(OutputIterator out,
637 regex_replace(const basic_string<charT, ST, SA>& s,
644 regex_replace(const basic_string<charT, ST, SA>& s,
650 regex_replace(const charT* s,
657 regex_replace(const charT* s,
6514 // regex_replace
6519 regex_replace(_OutputIterator __output_iter,
6554 regex_replace(_OutputIterator __output_iter,
6560 return _VSTD::regex_replace(__output_iter, __first, __last, __e, __fmt.c_str(), __flags);
[all …]
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_dispatch.py340 string_ops.regex_replace,
Dragged_dispatch_test.py221 {'op': string_ops.regex_replace,
/external/tensorflow/
DRELEASE.md361 …ace: `tf.strings.join` (corresponds to `tf.string_join`), `tf.strings.regex_replace`, `tf.strings.…
545 * Better text processing with `tf.regex_replace`.