Home
last modified time | relevance | path

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

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/test/task/text/
H A Dbert_nl_classifier_test.cc49 std::string test_model_path = absl::StrCat(GetExecutableDirectory(), kTestModelPath); in TEST() local
51 BertNLClassifier::CreateFromFile(test_model_path); in TEST()
56 std::string test_model_path = absl::StrCat(GetExecutableDirectory(), kTestModelPath); in TEST() local
57 std::string model_buffer = LoadBinaryContent(test_model_path.c_str()); in TEST()
105 std::string test_model_path = absl::StrCat(GetExecutableDirectory(), kTestModelPath); in TEST() local
106 std::string model_buffer = LoadBinaryContent(test_model_path.c_str()); in TEST()
115 std::string test_model_path = absl::StrCat(GetExecutableDirectory(), kTestModelPath); in TEST() local
116 std::string model_buffer = LoadBinaryContent(test_model_path.c_str()); in TEST()
125 std::string test_model_path = absl::StrCat(GetExecutableDirectory(), kTestModelPath); in TEST() local
127 BertNLClassifier::CreateFromFd(open(test_model_path.c_str(), O_RDONLY)); in TEST()
[all …]