Home
last modified time | relevance | path

Searched defs:BertQuestionAnswerer (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/text/qa/
H A DBertQuestionAnswerer.java30 public class BertQuestionAnswerer extends BaseTaskApi implements QuestionAnswerer { class
33 private BertQuestionAnswerer(long nativeHandle) { in BertQuestionAnswerer() method in BertQuestionAnswerer
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
H A Dbert_qa_c_api.cc30 struct BertQuestionAnswerer { struct
31 std::unique_ptr<BertQuestionAnswererCPP> impl; argument
H A Dbert_question_answerer.h123 explicit BertQuestionAnswerer(std::unique_ptr<core::TfLiteEngine> engine) in BertQuestionAnswerer() function
H A Dbert_qa_c_api.h44 typedef struct BertQuestionAnswerer BertQuestionAnswerer; typedef
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/ios/task/text/qa/Sources/
H A DTFLBertQuestionAnswerer.m45 - (instancetype)initWithBertQuestionAnswerer:(BertQuestionAnswerer *)bertQuestionAnswerer {