Searched refs:GetModelPath (Results 1 – 2 of 2) sorted by relevance
49 std::string GetModelPath() { in GetModelPath() function57 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 …]
37 std::string GetModelPath() { in GetModelPath() function56 std::string model_buffer = ReadFile(GetModelPath() + "test_model.fb"); in LoadModel()