Lines Matching refs:GetModelPath
49 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()
658 ReadFile(GetModelPath() + kModelFileName); in TEST_F()
718 ReadFile(GetModelPath() + kModelFileName); in TEST_F()
795 ReadFile(GetModelPath() + kModelFileName); in TEST_F()
855 ReadFile(GetModelPath() + kModelFileName); in TEST_F()
905 ReadFile(GetModelPath() + kModelFileName); in TEST_F()
968 EXPECT_TRUE(VisitActionsModel<bool>(GetModelPath() + kModelFileName, in TEST_F()
975 EXPECT_FALSE(VisitActionsModel<bool>(GetModelPath() + "non_existing_model.fb", in TEST_F()