Searched refs:path_to_model (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/armnn/python/pyarmnn/test/ |
H A D | test_onnx_parser.py | 20 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 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()
|
H A D | bert_question_answerer.h | 104 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 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()
|
/aosp_15_r20/external/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/ |
H A D | evaluate_disk_savings.py | 84 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 D | nl_classifier.cc | 440 const std::string& path_to_model, const NLClassifierOptions& options, in CreateFromFileAndOptions() argument 445 path_to_model, std::move(resolver))); in CreateFromFileAndOptions()
|
H A D | nl_classifier.h | 101 const std::string& path_to_model, const NLClassifierOptions& options = {},
|
/aosp_15_r20/external/arm-trusted-firmware/docs/plat/arm/fvp-ve/ |
H A D | index.rst | 77 ./<path_to_model> <path_to_bl1.elf> \
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/plat/arm/fvp-ve/ |
D | index.rst | 77 ./<path_to_model> <path_to_bl1.elf> \
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/ |
H A D | customized_task_api.md | 175 const std::string& path_to_model, // model to passed to TaskApiFactory 183 path_to_model,
|