Searched defs:BertQuestionAnswerer (Results 1 – 5 of 5) sorted by relevance
30 public class BertQuestionAnswerer extends BaseTaskApi implements QuestionAnswerer { class33 private BertQuestionAnswerer(long nativeHandle) { in BertQuestionAnswerer() method in BertQuestionAnswerer
30 struct BertQuestionAnswerer { struct31 std::unique_ptr<BertQuestionAnswererCPP> impl; argument
123 explicit BertQuestionAnswerer(std::unique_ptr<core::TfLiteEngine> engine) in BertQuestionAnswerer() function
44 typedef struct BertQuestionAnswerer BertQuestionAnswerer; typedef
45 - (instancetype)initWithBertQuestionAnswerer:(BertQuestionAnswerer *)bertQuestionAnswerer {