Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/extension/llm/export/
H A Dquantizer_lib.py151 custom_annotate_llama_matmul_16a8w,
199 custom_annotations = (custom_annotate_llama_matmul_16a8w,)
/aosp_15_r20/external/executorch/backends/qualcomm/quantizer/
H A Dcustom_annotation.py105 def custom_annotate_llama_matmul_16a8w(gm: torch.fx.GraphModule) -> None: # noqa: C901 function