Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/qualcomm/quantizer/
H A Dcustom_annotation.py124 def annotate_index_put(node: Node, quantization_config: QuantizationConfig) -> None: function
181 annotate_index_put(node, quantization_config)
H A Dannotators.py608 def annotate_index_put(node: Node, quantization_config: QuantizationConfig) -> None: function