This folder contains kernels for quantization related ops, similar to //executorch/kernels/portable/
.
-
Add a new operator definition in
quantized.yaml
-
Implement the kernel for this operator.
-
Add unit test in
/test
directory. -
Start to use
//executorch/kernels/quantized:generated_lib
in ExecuTorch or create your own generated lib if you only need a subset of the ops.