Searched refs:path_to_model (Results 1 – 7 of 7) sorted by relevance
/external/tflite-support/tensorflow_lite_support/cc/text/tokenizers/ |
D | sentencepiece_tokenizer.h | 35 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/ |
D | bert_question_answerer.h | 104 CreateBertQuestionAnswererFromFile(const std::string& path_to_model, 114 CreateAlbertQuestionAnswererFromFile(const std::string& path_to_model,
|
D | bert_question_answerer.cc | 96 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/ |
D | nl_classifier.h | 101 const std::string& path_to_model, const NLClassifierOptions& options = {},
|
D | nl_classifier.cc | 414 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/ |
D | index.rst | 77 ./<path_to_model> <path_to_bl1.elf> \
|
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/ |
D | customized_task_api.md | 175 const std::string& path_to_model, // model to passed to TaskApiFactory 183 path_to_model,
|