• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Quantized Ops
2
3This folder contains kernels for quantization related ops, similar to `//executorch/kernels/portable/`.
4
5## How to add quantized ops
6
71. Add a new operator definition in `quantized.yaml`
8
92. Implement the kernel for this operator.
103. Add unit test in `/test` directory.
114. Start to use `//executorch/kernels/quantized:generated_lib` in ExecuTorch or
12    create your own generated lib if you only need a subset of the ops.
13