• Home
Name Date Size #Lines LOC

..--

cpu/04-Jul-2025-2,8382,261

test/04-Jul-2025-2,3981,827

CMakeLists.txtD04-Jul-20256.2 KiB158143

README.mdD04-Jul-2025439 138

TARGETSD04-Jul-202593 63

__init__.pyD04-Jul-2025596 2212

quantized.yamlD04-Jul-20256.1 KiB11495

targets.bzlD04-Jul-20254.8 KiB137125

README.md

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