Home
last modified time | relevance | path

Searched defs:annotate_matmul (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/quantizer/
H A Dcustom_annotation.py30 def annotate_matmul(node: Node, quantization_config: QuantizationConfig): function
110 def annotate_matmul(node: Node, quantization_config: QuantizationConfig): function
241 def annotate_matmul(node: Node, quantization_config: QuantizationConfig): function
H A Dannotators.py689 def annotate_matmul(node: Node, quantization_config: QuantizationConfig) -> None: function
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama2/
H A Dllama.py69 def annotate_matmul(node: Node, quantization_config: QuantizationConfig): function