Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/models/llama/source_transformation/
H A Drms_norm.py11 def replace_rms_norm_with_native_rms_norm(module: torch.nn.Module): function
22 replace_rms_norm_with_native_rms_norm(child)
/aosp_15_r20/external/executorch/examples/models/llama/
H A Dexport_llama_lib.py60 from .source_transformation.rms_norm import replace_rms_norm_with_native_rms_norm
1053 transforms.append(replace_rms_norm_with_native_rms_norm)
1060 transforms.append(replace_rms_norm_with_native_rms_norm)