Searched refs:test_model_path (Results 1 – 1 of 1) sorted by relevance
49 std::string test_model_path = absl::StrCat(GetExecutableDirectory(), kTestModelPath); in TEST() local51 BertNLClassifier::CreateFromFile(test_model_path); in TEST()56 std::string test_model_path = absl::StrCat(GetExecutableDirectory(), kTestModelPath); in TEST() local57 std::string model_buffer = LoadBinaryContent(test_model_path.c_str()); in TEST()105 std::string test_model_path = absl::StrCat(GetExecutableDirectory(), kTestModelPath); in TEST() local106 std::string model_buffer = LoadBinaryContent(test_model_path.c_str()); in TEST()115 std::string test_model_path = absl::StrCat(GetExecutableDirectory(), kTestModelPath); in TEST() local116 std::string model_buffer = LoadBinaryContent(test_model_path.c_str()); in TEST()125 std::string test_model_path = absl::StrCat(GetExecutableDirectory(), kTestModelPath); in TEST() local127 BertNLClassifier::CreateFromFd(open(test_model_path.c_str(), O_RDONLY)); in TEST()[all …]