Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/dataset/
Dtest_vocab.py89 def test_config(lookup_str, vocab_input, special_tokens, special_first, unknown_token): argument
92 data = ds.GeneratorDataset(gen(lookup_str), column_names=["text"])
152 def test_config(lookup_str, vocab_size, special_tokens, special_first): argument
156 data = ds.GeneratorDataset(gen(lookup_str), column_names=["text"])
183 def test_config(lookup_str, data_type=None): argument
186 data = ds.GeneratorDataset(gen(lookup_str), column_names=["text"])
/third_party/flutter/skia/src/utils/
DSkParse.cpp238 static bool lookup_str(const char str[], const char** table, int count) in lookup_str() function
251 if (lookup_str(str, gYes, SK_ARRAY_COUNT(gYes))) in FindBool()
256 else if (lookup_str(str, gNo, SK_ARRAY_COUNT(gNo))) in FindBool()
/third_party/skia/src/utils/
DSkParse.cpp238 static bool lookup_str(const char str[], const char** table, int count) in lookup_str() function
251 if (lookup_str(str, gYes, SK_ARRAY_COUNT(gYes))) in FindBool()
256 else if (lookup_str(str, gNo, SK_ARRAY_COUNT(gNo))) in FindBool()