Searched refs:from_context_binary (Results 1 – 6 of 6) sorted by relevance
/external/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/ |
D | qaihub_stable_diffusion.py | 19 from_context_binary, 372 from_context_binary(args.text_encoder_bin, "ctx_loader_0", soc_model), 373 from_context_binary(args.unet_bin, "ctx_loader_1", soc_model), 374 from_context_binary(args.vae_bin, "ctx_loader_2", soc_model),
|
/external/executorch/examples/qualcomm/qaihub_scripts/llama/llama3/ |
D | qaihub_llama3_8b.py | 16 from_context_binary, 71 from_context_binary(
|
/external/executorch/examples/qualcomm/qaihub_scripts/llama/llama2/ |
D | qaihub_llama2_7b.py | 15 from_context_binary, 70 from_context_binary(
|
/external/executorch/examples/qualcomm/qaihub_scripts/utils/ |
D | export.py | 22 from_context_binary, 255 prog_info = from_context_binary(
|
/external/executorch/backends/qualcomm/utils/ |
D | utils.py | 633 def from_context_binary( # noqa: C901 function 781 from_context_binary(
|
/external/executorch/backends/qualcomm/tests/ |
D | test_qnn_delegate.py | 33 from_context_binary, 1668 bundle_program = from_context_binary(ctx_path, "ctx_loader") 1990 bundle_program = from_context_binary(ctx_path, "ctx_loader")
|