Home
last modified time | relevance | path

Searched defs:model_path (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator_test.cpp104 static int run_random_input_inference(std::string_view model_path, in run_random_input_inference()
206 static int run_single_inference(std::string_view model_path, std::string_view thermal_config_path, in run_single_inference()
302 static int run_batch_process(std::string_view model_path, std::string_view thermal_config_path, in run_batch_process()
428 std::string model_path, thermal_config_path; in main() local
/aosp_15_r20/external/ComputeLibrary/python/scripts/utils/
H A Dmodel_identification.py26 def is_tflite_model(model_path): argument
52 def identify_model_type(model_path): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantize_weights_test.cc42 auto model_path = tensorflow::io::JoinPath( in ReadTestModel() local
48 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, in ReadSharedWeightsTestModel() local
54 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, in ReadGatherTestModel() local
60 auto model_path = in ReadCustomOpTestModel() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dvalidator_runner_entrypoint.cc44 MinibenchmarkStatus RunValidator(absl::string_view model_path, in RunValidator()
88 const std::string model_path = argv[3]; in Java_org_tensorflow_lite_acceleration_validation_entrypoint() local
H A Dmini_benchmark_test.cc70 void SetupBenchmark(proto::Delegate delegate, const std::string& model_path, in SetupBenchmark()
106 void TriggerBenchmark(proto::Delegate delegate, const std::string& model_path, in TriggerBenchmark()
H A Dcopy_associated_files.py41 def main(model_path, associated_files_path, output_path): argument
H A Dmodel_loader.h57 explicit PathModelLoader(absl::string_view model_path) in PathModelLoader()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dquantize_weights_test.cc52 auto model_path = tensorflow::io::JoinPath( in ReadTestModel() local
58 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, in ReadSharedWeightsTestModel() local
64 auto model_path = tensorflow::io::JoinPath(*g_test_model_dir, in ReadGatherTestModel() local
70 auto model_path = in ReadCustomOpTestModel() local
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_mobilenet_v2.cpp130 const std::string model_path = "/cnn_data/mobilenet_v2_1.0_224_model/"; in create_graph_float() local
266 const std::string model_path = "/cnn_data/mobilenet_v2_1.0_224_quantized_model/"; in create_graph_qasymm8() local
/aosp_15_r20/external/executorch/extension/android/jni/
H A Djni_layer_llama.cpp133 facebook::jni::alias_ref<jstring> model_path, in initHybrid()
142 facebook::jni::alias_ref<jstring> model_path, in ExecuTorchLlamaJni()
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dinterpreter_wrapper_pybind11.cc53 [](const std::string& model_path, int op_resolver_id, in PYBIND11_MODULE()
56 bool preserve_all_tensors) { in PYBIND11_MODULE()
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dmodel_test.cc665 const auto model_path = in TEST() local
686 const auto model_path = in TEST() local
768 const auto model_path = in TEST() local
/aosp_15_r20/external/executorch/examples/models/llava/runner/
H A Dllava_runner.h31 : MultimodalRunner(model_path, tokenizer_path, temperature){}; in MultimodalRunner() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
H A Dtac.py20 def run_tac(model_path, targets, output_path): argument
/aosp_15_r20/external/executorch/examples/apple/coreml/scripts/
H A Dextract_coreml_models.py77 model_path = str(args.model_path) variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/analyzer_wrapper/
H A Danalyzer_wrapper.cc25 bool gpu_compatibility) { in PYBIND11_MODULE()
/aosp_15_r20/external/executorch/backends/cadence/utils/
H A Dgen_header.py16 def gen_header(model_path, header_path=None): argument
/aosp_15_r20/external/executorch/examples/models/phi-3-mini/
H A Dmain.cpp35 const char* model_path = FLAGS_model_path.c_str(); in main() local
/aosp_15_r20/external/executorch/examples/models/llama/
H A Dmain.cpp50 const char* model_path = FLAGS_model_path.c_str(); in main() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/
H A Danalyzer.py64 def analyze(model_path=None, argument
/aosp_15_r20/external/pytorch/test/cpp/aoti_inference/
H A Daoti_custom_class.cpp29 const std::string& model_path, in MyAOTIClass()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dconv_mem_test.cc29 void TestMemoryThreshold(const std::string& model_path, in TestMemoryThreshold()
/aosp_15_r20/external/executorch/examples/models/llava/
H A Dmain.cpp59 const char* model_path = FLAGS_model_path.c_str(); in main() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
H A Dbert_nl_classifier_c_api.cc36 BertNLClassifier* BertNLClassifierFromFile(const char* model_path) { in BertNLClassifierFromFile()
H A Dnl_classifier_c_api.cc38 const char* model_path, const NLClassifierOptions* options) { in NLClassifierFromFileAndOptions()

123