Home
last modified time | relevance | path

Searched refs:path_to_model (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/armnn/python/pyarmnn/test/
H A Dtest_onnx_parser.py20 path_to_model = os.path.join(shared_data_folder, 'mock_model.onnx')
23 parser.CreateNetworkFromBinaryFile(path_to_model)
66 path_to_model = os.path.join(shared_data_folder, 'some_unknown_model.onnx')
71 parser.CreateNetworkFromBinaryFile(path_to_model)
/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() 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()
H A Dbert_question_answerer.h104 CreateBertQuestionAnswererFromFile(const std::string& path_to_model,
114 CreateAlbertQuestionAnswererFromFile(const std::string& path_to_model,
/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() argument
36 CHECK_OK(sp_.Load(path_to_model)); in SentencePieceTokenizer()
/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
116 saved_state = torch.load(path_to_model, map_location=device)
/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() argument
445 path_to_model, std::move(resolver))); in CreateFromFileAndOptions()
H A Dnl_classifier.h101 const std::string& path_to_model, const NLClassifierOptions& options = {},
/aosp_15_r20/external/arm-trusted-firmware/docs/plat/arm/fvp-ve/
H A Dindex.rst77 ./<path_to_model> <path_to_bl1.elf> \
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/plat/arm/fvp-ve/
Dindex.rst77 ./<path_to_model> <path_to_bl1.elf> \
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
H A Dcustomized_task_api.md175 const std::string& path_to_model, // model to passed to TaskApiFactory
183 path_to_model,