Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/example/example_operators/
H A Dconv2d.py17 def _annotate_conv2d(partitions, quant_config): function
50 annotate_handle=_annotate_conv2d,
/aosp_15_r20/external/pytorch/torch/ao/quantization/quantizer/
H A Dx86_inductor_quantizer.py1062 self._annotate_conv2d(model, quantization_config, filter_fn)
1247 def _annotate_conv2d( member in X86InductorQuantizer