Home
last modified time | relevance | path

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

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