Home
last modified time | relevance | path

Searched refs:replace_sdpa_with_simple_sdpa (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/examples/models/llama/
H A Dexport_llama_lib.py70 replace_sdpa_with_simple_sdpa,
1072 transforms.append(replace_sdpa_with_simple_sdpa)
1080 transforms.append(replace_sdpa_with_simple_sdpa)
/aosp_15_r20/external/executorch/examples/models/llama/source_transformation/
H A Dsdpa.py207 def replace_sdpa_with_simple_sdpa(module: torch.nn.Module): function
216 replace_sdpa_with_simple_sdpa(child)