tree: 14c9768d5b0d1b5b50e83e1f1931fb36addf810d [path history] [tgz]
  1. cpu/
  2. test/
  3. quantized.yaml
  4. README.md
  5. TARGETS
  6. targets.bzl
kernels/quantized/README.md

Quantized Ops

This folder contains kernels for quantization related ops, similar to //executorch/kernels/portable/.

How to add quantized ops

  1. Add a new operator definition in quantized.yaml

  2. Implement the kernel for this operator.

  3. Add unit test in /test directory.

  4. 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.