Home
last modified time | relevance | path

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

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/test/task/text/
H A Dbert_nl_classifier_test.cc38 using ::tflite::task::core::LoadBinaryContent;
57 std::string model_buffer = LoadBinaryContent(test_model_path.c_str()); in TEST()
106 std::string model_buffer = LoadBinaryContent(test_model_path.c_str()); in TEST()
116 std::string model_buffer = LoadBinaryContent(test_model_path.c_str()); in TEST()
146 std::string model_buffer = LoadBinaryContent(test_model_path.c_str()); in TEST()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/test/text/
H A Dregex_tokenizer_test.cc30 using ::tflite::task::core::LoadBinaryContent;
56 std::string buffer = LoadBinaryContent(test_regex_vocab_path.c_str()); in TEST()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtask_utils.cc54 std::string LoadBinaryContent(const char* filename) { in LoadBinaryContent() function
H A Dtask_utils.h157 std::string LoadBinaryContent(const char* filename);