Home
last modified time | relevance | path

Searched defs:path_to_model (Results 1 – 3 of 3) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/text/tokenizers/
Dsentencepiece_tokenizer.h35 explicit SentencePieceTokenizer(const std::string& path_to_model) { in SentencePieceTokenizer()
/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
Dbert_question_answerer.cc96 const std::string& path_to_model, const std::string& path_to_vocab) { in CreateBertQuestionAnswererFromFile()
126 const std::string& path_to_model, const std::string& path_to_spmodel) { in CreateAlbertQuestionAnswererFromFile()
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
Dnl_classifier.cc414 const std::string& path_to_model, const NLClassifierOptions& options, in CreateFromFileAndOptions()