/aosp_15_r20/hardware/google/pixel/thermal/virtualtemp_estimator/ |
D | virtualtemp_estimator_test.cpp | 104 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 D | model_identification.py | 26 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 D | quantize_weights_test.cc | 42 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 D | validator_runner_entrypoint.cc | 44 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 D | mini_benchmark_test.cc | 70 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 D | copy_associated_files.py | 41 def main(model_path, associated_files_path, output_path): argument
|
H A D | model_loader.h | 57 explicit PathModelLoader(absl::string_view model_path) in PathModelLoader()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/ |
H A D | quantize_weights_test.cc | 52 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 D | graph_mobilenet_v2.cpp | 130 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 D | jni_layer_llama.cpp | 133 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 D | interpreter_wrapper_pybind11.cc | 53 [](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 D | model_test.cc | 665 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 D | llava_runner.h | 31 : MultimodalRunner(model_path, tokenizer_path, temperature){}; in MultimodalRunner() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/ |
H A D | tac.py | 20 def run_tac(model_path, targets, output_path): argument
|
/aosp_15_r20/external/executorch/examples/apple/coreml/scripts/ |
H A D | extract_coreml_models.py | 77 model_path = str(args.model_path) variable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/analyzer_wrapper/ |
H A D | analyzer_wrapper.cc | 25 bool gpu_compatibility) { in PYBIND11_MODULE()
|
/aosp_15_r20/external/executorch/backends/cadence/utils/ |
H A D | gen_header.py | 16 def gen_header(model_path, header_path=None): argument
|
/aosp_15_r20/external/executorch/examples/models/phi-3-mini/ |
H A D | main.cpp | 35 const char* model_path = FLAGS_model_path.c_str(); in main() local
|
/aosp_15_r20/external/executorch/examples/models/llama/ |
H A D | main.cpp | 50 const char* model_path = FLAGS_model_path.c_str(); in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/ |
H A D | analyzer.py | 64 def analyze(model_path=None, argument
|
/aosp_15_r20/external/pytorch/test/cpp/aoti_inference/ |
H A D | aoti_custom_class.cpp | 29 const std::string& model_path, in MyAOTIClass()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | conv_mem_test.cc | 29 void TestMemoryThreshold(const std::string& model_path, in TestMemoryThreshold()
|
/aosp_15_r20/external/executorch/examples/models/llava/ |
H A D | main.cpp | 59 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 D | bert_nl_classifier_c_api.cc | 36 BertNLClassifier* BertNLClassifierFromFile(const char* model_path) { in BertNLClassifierFromFile()
|
H A D | nl_classifier_c_api.cc | 38 const char* model_path, const NLClassifierOptions* options) { in NLClassifierFromFileAndOptions()
|