Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
cpu/ | H | 25-Apr-2025 | - | 2,838 | 2,261 | |
test/ | H | 25-Apr-2025 | - | 2,398 | 1,827 | |
CMakeLists.txt | H A D | 25-Apr-2025 | 6.2 KiB | 158 | 143 | |
README.md | H A D | 25-Apr-2025 | 439 | 13 | 8 | |
TARGETS | H A D | 25-Apr-2025 | 93 | 6 | 3 | |
__init__.py | H A D | 25-Apr-2025 | 596 | 22 | 12 | |
quantized.yaml | H A D | 25-Apr-2025 | 6.1 KiB | 114 | 95 | |
targets.bzl | H A D | 25-Apr-2025 | 4.8 KiB | 137 | 125 |
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