Home
last modified time | relevance | path

Searched defs:quant_config (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/executorch/backends/example/example_operators/
H A Dconv2d.py17 def _annotate_conv2d(partitions, quant_config): argument
H A Ddropout.py17 def _annotate_dropout(partitions, quant_config): argument
H A Dflatten.py17 def _annotate_flatten(partitions, quant_config): argument
H A Dadaptive_avg_pool2d.py17 def _annotate_mean(partitions, quant_config): argument
H A Dlinear.py17 def _annotate_linear(partitions, quant_config): argument
H A Dconv_relu.py17 def _annotate_conv_relu(partitions, quant_config): argument
H A Dadd.py17 def _annotate_add(partitions, quant_config): argument
/aosp_15_r20/external/executorch/backends/example/
H A Dexample_quantizer.py62 def __init__(self, quantizer_supported_modules=None, quant_config=None): argument