Home
last modified time | relevance | path

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

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
H A Dbert_question_answerer.cc337 orig_pos.start > 0 ? ConvertIndexToString(orig_pos.start, orig_pos.end) in Postprocess()
345 std::string BertQuestionAnswerer::ConvertIndexToString(int start, int end) { in ConvertIndexToString() function in tflite::task::text::qa::BertQuestionAnswerer
H A Dbert_question_answerer.h156 std::string ConvertIndexToString(int start, int end);