Home
last modified time | relevance | path

Searched refs:bundled_program_path (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/examples/apple/coreml/scripts/
H A Dinspector_utils.py152 bundled_program_path: Path,
166 write_to_file(buffer=bundled_program_buffer, file_path=bundled_program_path)
171 bundled_program_path: Path,
216 bundled_program_path = working_dir_path / f"{model_name}.bpte"
221 bundled_program_path=bundled_program_path,
228 bundled_program_path=bundled_program_path,
/aosp_15_r20/external/executorch/examples/devtools/example_runner/
H A Dexample_runner.cpp36 bundled_program_path,
119 const char* bundled_program_path = FLAGS_bundled_program_path.c_str(); in main() local
120 std::vector<uint8_t> file_data = load_file_or_die(bundled_program_path); in main()
133 bundled_program_path, in main()
142 ET_LOG(Error, "Failed to parse model file %s", bundled_program_path); in main()
145 ET_LOG(Info, "Model file %s is loaded.", bundled_program_path); in main()
/aosp_15_r20/external/executorch/backends/cadence/runtime/
H A Dexecutor.py111 self.bundled_program_path: str = "CadenceDemoModel.bpte"
122 self.working_dir, self.bundled_program_path
H A Dexecutor_main.sh46 ${build_dir}/example_runner --bundled_program_path="./CadenceDemoModel.bpte"
/aosp_15_r20/external/executorch/examples/devtools/
H A DREADME.md41 …./cmake-out/examples/devtools/example_runner --bundled_program_path mv2_bundled.bpte --output_veri…
55 …./cmake-out/examples/devtools/example_runner --bundled_program_path mv2_bundled.bpte --etdump_path…
H A Dtest_example_runner.sh48 ${build_dir}/example_runner --bundled_program_path="./mv2_bundled.bpte"