Home
last modified time | relevance | path

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

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/test/text/
H A Dregex_tokenizer_test.cc44 std::string test_regex_vocab_path = in TEST() local
47 absl::make_unique<RegexTokenizer>(kRegex, test_regex_vocab_path); in TEST()
54 std::string test_regex_vocab_path = in TEST() local
56 std::string buffer = LoadBinaryContent(test_regex_vocab_path.c_str()); in TEST()
65 std::string test_regex_vocab_path = in TEST() local
68 absl::make_unique<RegexTokenizer>(kRegex, test_regex_vocab_path); in TEST()
80 std::string test_regex_vocab_path = in TEST() local
83 absl::make_unique<RegexTokenizer>(kRegex, test_regex_vocab_path); in TEST()
99 std::string test_regex_vocab_path = in TEST() local
102 absl::make_unique<RegexTokenizer>(kRegex, test_regex_vocab_path); in TEST()