Home
last modified time | relevance | path

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

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
H A Dbert_question_answerer.h104 CreateBertQuestionAnswererFromFile(const std::string& path_to_model,
H A Dbert_question_answerer.cc95 BertQuestionAnswerer::CreateBertQuestionAnswererFromFile( in CreateBertQuestionAnswererFromFile() function in tflite::task::text::qa::BertQuestionAnswerer
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/
H A DREADME.md21 auto qa_client = BertQuestionAnswerer::CreateBertQuestionAnswererFromFile("/path/to/mobileBertModel…