Home
last modified time | relevance | path

Searched refs:path_to_model (Results 1 – 7 of 7) 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() argument
36 CHECK_OK(sp_.Load(path_to_model)); in SentencePieceTokenizer()
/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
Dbert_question_answerer.h104 CreateBertQuestionAnswererFromFile(const std::string& path_to_model,
114 CreateAlbertQuestionAnswererFromFile(const std::string& path_to_model,
Dbert_question_answerer.cc96 const std::string& path_to_model, const std::string& path_to_vocab) { in CreateBertQuestionAnswererFromFile() argument
101 path_to_model, in CreateBertQuestionAnswererFromFile()
126 const std::string& path_to_model, const std::string& path_to_spmodel) { in CreateAlbertQuestionAnswererFromFile() argument
131 path_to_model, in CreateAlbertQuestionAnswererFromFile()
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
Dnl_classifier.h101 const std::string& path_to_model, const NLClassifierOptions& options = {},
Dnl_classifier.cc414 const std::string& path_to_model, const NLClassifierOptions& options, in CreateFromFileAndOptions() argument
419 path_to_model, std::move(resolver))); in CreateFromFileAndOptions()
/external/arm-trusted-firmware/docs/plat/arm/fvp-ve/
Dindex.rst77 ./<path_to_model> <path_to_bl1.elf> \
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
Dcustomized_task_api.md175 const std::string& path_to_model, // model to passed to TaskApiFactory
183 path_to_model,