Home
last modified time | relevance | path

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

/external/libtextclassifier/actions/
Dactions-suggestions_test.cc49 std::string GetModelPath() { in GetModelPath() function
57 return ActionsSuggestions::FromPath(GetModelPath() + kModelFileName, in LoadTestModel()
61 return ActionsSuggestions::FromPath(GetModelPath() + kHashGramModelFileName, in LoadHashGramTestModel()
110 ReadFile(GetModelPath() + kModelFileName); in TEST_F()
192 ReadFile(GetModelPath() + kModelFileName); in TEST_F()
237 ReadFile(GetModelPath() + kModelFileName); in TestSuggestActionsFromAnnotations()
400 ReadFile(GetModelPath() + kModelFileName); in TestSuggestActionsWithThreshold()
496 ReadFile(GetModelPath() + kModelFileName); in TEST_F()
555 ReadFile(GetModelPath() + kModelFileName); in TEST_F()
624 ReadFile(GetModelPath() + kModelFileName); in TEST_F()
[all …]
/external/libtextclassifier/annotator/datetime/
Dparser_test.cc37 std::string GetModelPath() { in GetModelPath() function
56 std::string model_buffer = ReadFile(GetModelPath() + "test_model.fb"); in LoadModel()