/external/libcxx/test/std/re/re.alg/re.alg.replace/ |
D | test6.pass.cpp | 29 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()
|
D | test5.pass.cpp | 29 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()
|
D | test4.pass.cpp | 28 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()
|
D | test3.pass.cpp | 29 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()
|
D | test2.pass.cpp | 36 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()
|
D | test1.pass.cpp | 36 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/ |
D | regex_replace_op_test.py | 32 (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/ |
D | string_ops.py | 82 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/ |
D | export_simple_text_embedding.py | 72 normalized_sentences = tf.strings.regex_replace(
|
D | export_text_rnn_model.py | 51 normalized_sentences = tf.strings.regex_replace(
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.strings.pbtxt | 28 name: "regex_replace"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.strings.pbtxt | 28 name: "regex_replace"
|
D | tensorflow.pbtxt | 1848 name: "regex_replace"
|
/external/libcxx/include/ |
D | regex | 621 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/ |
D | ragged_dispatch.py | 340 string_ops.regex_replace,
|
D | ragged_dispatch_test.py | 221 {'op': string_ops.regex_replace,
|
/external/tensorflow/ |
D | RELEASE.md | 361 …ace: `tf.strings.join` (corresponds to `tf.string_join`), `tf.strings.regex_replace`, `tf.strings.… 545 * Better text processing with `tf.regex_replace`.
|