Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/models/llama/source_transformation/
H A Dvulkan_rope.py28 def replace_with_vulkan_rotary_emb(module: torch.nn.Module): function
34 replace_with_vulkan_rotary_emb(child)
/aosp_15_r20/external/executorch/examples/models/llama/
H A Dexport_llama_lib.py72 from .source_transformation.vulkan_rope import replace_with_vulkan_rotary_emb
1084 transforms.append(replace_with_vulkan_rotary_emb)