Home
last modified time | relevance | path

Searched refs:kQuestion (Results 1 – 5 of 5) sorted by relevance

/external/tflite-support/tensorflow_lite_support/ios/task/text/qa/Tests/
DTFLBertQuestionAnswererTest.m30 static NSString *const kQuestion = @"What is a course of study called?";
55 [mobileBertAnswerer answerWithContext:kContext question:kQuestion];
67 [albertAnswerer answerWithContext:kContext question:kQuestion];
/external/webrtc/p2p/base/
Dmdns_message.h150 enum class Section { kQuestion, kAnswer, kAuthority, kAdditional }; enumerator
/external/pdfium/xfa/fxfa/
Dfxfa.h39 kQuestion = 2, enumerator
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
Dcustomized_task_api.md54 char kQuestion[] = ...; // question to be answered
56 std::vector<QaAnswer> answers = question_answerer.Answer(kContext, kQuestion);
/external/pdfium/fpdfsdk/
Dfpdf_formfill.cpp61 static_assert(static_cast<int>(AlertIcon::kQuestion) ==