Home
last modified time | relevance | path

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

/external/armnn/python/pyarmnn/test/
Dtest_onnx_parser.py21 path_to_model = os.path.join(shared_data_folder, 'mock_model.onnx')
24 parser.CreateNetworkFromBinaryFile(path_to_model)
67 path_to_model = os.path.join(shared_data_folder, 'some_unknown_model.onnx')
72 parser.CreateNetworkFromBinaryFile(path_to_model)
Dtest_caffe_parser.py20 path_to_model = os.path.join(shared_data_folder, 'mock_model.caffemodel')
29 parser.CreateNetworkFromBinaryFile(path_to_model, tensor_shape, requested_outputs)
70 path_to_model = os.path.join(shared_data_folder, 'some_unknown_network.caffemodel')
79 parser.CreateNetworkFromBinaryFile(path_to_model, tensor_shape, requested_outputs)
Dtest_tf_parser.py20 path_to_model = os.path.join(shared_data_folder, 'mock_model.pb')
29 parser.CreateNetworkFromBinaryFile(path_to_model, tensorshape, requested_outputs)
72 path_to_model = os.path.join(shared_data_folder, 'some_unknown_model.pb')
83 parser.CreateNetworkFromBinaryFile(path_to_model, tensorshape, requested_outputs)
/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,