Home
last modified time | relevance | path

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

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
H A 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()
/aosp_15_r20/external/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/
H A Devaluate_disk_savings.py84 def sparsify_model(path_to_model, sparsified_model_dump_path): argument
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/text/tokenizers/
H A Dsentencepiece_tokenizer.h35 explicit SentencePieceTokenizer(const std::string& path_to_model) { in SentencePieceTokenizer()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
H A Dnl_classifier.cc440 const std::string& path_to_model, const NLClassifierOptions& options, in CreateFromFileAndOptions()